GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleAdGroup class

An Android privacy shared key view for Google ad group key.

Constructors

GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleAdGroup({String? adGroupId, String? androidPrivacyInteractionDate, String? androidPrivacyInteractionType, String? androidPrivacyNetworkType, String? campaignId, String? resourceName, String? sharedAdGroupKey})
GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleAdGroup.fromJson(Map json_)

Properties

adGroupId String?
The ad group ID used in the share key encoding.
getter/setter pair
androidPrivacyInteractionDate String?
The interaction date used in the shared key encoding in the format of "YYYY-MM-DD" in UTC timezone.
getter/setter pair
androidPrivacyInteractionType String?
The interaction type enum used in the share key encoding.
getter/setter pair
androidPrivacyNetworkType String?
The network type enum used in the share key encoding.
getter/setter pair
campaignId String?
The campaign ID used in the share key encoding.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resourceName String?
The resource name of the Android privacy shared key.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedAdGroupKey String?
128 bit hex string of the encoded shared ad group key, including a '0x' prefix.
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