GoogleAdsSearchads360V23ResourcesCustomerUserAccess class

Represents the permission of a single user onto a single customer.

Constructors

GoogleAdsSearchads360V23ResourcesCustomerUserAccess({String? accessCreationDateTime, String? accessRole, String? emailAddress, String? inviterUserEmailAddress, String? resourceName, String? userId})
GoogleAdsSearchads360V23ResourcesCustomerUserAccess.fromJson(Map json_)

Properties

accessCreationDateTime String?
The customer user access creation time.
getter/setter pair
accessRole String?
Access role of the user. Possible string values are:
getter/setter pair
emailAddress String?
Email address of the user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inviterUserEmailAddress String?
The email address of the inviter 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
userId String?
User id of the user with the customer access.
getter/setter pair

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