GoogleAdsSearchads360V23ResourcesSharedSet class

SharedSets are used for sharing criterion exclusions across multiple campaigns.

Constructors

GoogleAdsSearchads360V23ResourcesSharedSet({String? id, String? memberCount, String? name, String? referenceCount, String? resourceName, String? status, String? type, String? verticalAdsItemVerticalType})
GoogleAdsSearchads360V23ResourcesSharedSet.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of this shared set.
getter/setter pair
memberCount String?
The number of shared criteria within this shared set.
getter/setter pair
name String?
The name of this shared set.
getter/setter pair
referenceCount String?
The number of campaigns associated with this shared set.
getter/setter pair
resourceName String?
The resource name of the shared set.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of this shared set.
getter/setter pair
type String?
The type of this shared set: each shared set holds only a single kind of resource.
getter/setter pair
verticalAdsItemVerticalType String?
Shared sets of type VERTICAL_ADS_ITEM_GROUP_RULE_LIST are associated with a particular vertical (e.g. hotels, things to do, flights, etc.).
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