GoogleAdsSearchads360V23ResourcesCustomerUserAccessInvitation class

Represent an invitation to a new user on this customer account.

Constructors

GoogleAdsSearchads360V23ResourcesCustomerUserAccessInvitation({String? accessRole, String? creationDateTime, String? emailAddress, String? invitationId, String? invitationStatus, String? resourceName})
GoogleAdsSearchads360V23ResourcesCustomerUserAccessInvitation.fromJson(Map json_)

Properties

accessRole String?
Access role of the user.
getter/setter pair
creationDateTime String?
Time invitation was created.
getter/setter pair
emailAddress String?
Email address the invitation was sent to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invitationId String?
The ID of the invitation.
getter/setter pair
invitationStatus String?
Invitation status of the user.
getter/setter pair
resourceName String?
Name of the resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited