GoogleAdsSearchads360V23ServicesCreateCustomerClientRequest class
Request message for CustomerService.CreateCustomerClient.
Constructors
- GoogleAdsSearchads360V23ServicesCreateCustomerClientRequest({String? accessRole, GoogleAdsSearchads360V23ResourcesCustomer? customerClient, String? emailAddress, bool? validateOnly})
- GoogleAdsSearchads360V23ServicesCreateCustomerClientRequest.fromJson(Map json_)
Properties
- accessRole ↔ String?
-
The proposed role of user on the created client customer.
getter/setter pair
- customerClient ↔ GoogleAdsSearchads360V23ResourcesCustomer?
-
The new client customer to create.
getter/setter pair
- emailAddress ↔ String?
-
Email address of the user who should be invited on the created client
customer.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validateOnly ↔ bool?
-
If true, the request is validated but not executed.
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