GoogleAdsSearchads360V23ResourcesAssetSetAsset class

AssetSetAsset is the link between an asset and an asset set.

Adding an AssetSetAsset links an asset with an asset set.

Properties

asset String?
The asset which this asset set asset is linking to.
getter/setter pair
assetSet String?
The asset set which this asset set asset is linking to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resourceName String?
The resource name of the asset set asset.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the asset set asset.
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