GoogleAdsSearchads360V23CommonSyntheticContentInfo class
Container for synthetic content attestations from different sources, such as the advertiser and Google systems.
Constructors
- GoogleAdsSearchads360V23CommonSyntheticContentInfo({GoogleAdsSearchads360V23CommonSyntheticContentAttestation? advertiserAttestation, GoogleAdsSearchads360V23CommonSyntheticContentAttestation? systemAttestation})
- GoogleAdsSearchads360V23CommonSyntheticContentInfo.fromJson(Map json_)
Properties
- advertiserAttestation ↔ GoogleAdsSearchads360V23CommonSyntheticContentAttestation?
-
Input provided by the advertiser.
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
- systemAttestation ↔ GoogleAdsSearchads360V23CommonSyntheticContentAttestation?
-
Information about synthetic content generated by Google's systems.
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