GoogleAdsSearchads360V23ResourcesUserListCustomerType class
A user list customer type
Constructors
- GoogleAdsSearchads360V23ResourcesUserListCustomerType({String? customerTypeCategory, String? resourceName, String? userList})
- GoogleAdsSearchads360V23ResourcesUserListCustomerType.fromJson(Map json_)
Properties
- customerTypeCategory ↔ String?
-
The user list customer type category
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceName ↔ String?
-
The resource name of the user list customer type User list customer type
resource names have the form:
customers/{customer_id}/userListCustomerTypes/{user_list_id}~{customer_type_category}getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userList ↔ String?
-
The resource name for the user list this user list customer type is
associated with
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