GoogleAdsSearchads360V23ResourcesCustomerAsset class

A link between a customer and an asset.

Constructors

GoogleAdsSearchads360V23ResourcesCustomerAsset({String? asset, String? fieldType, String? primaryStatus, List<GoogleAdsSearchads360V23CommonAssetLinkPrimaryStatusDetails>? primaryStatusDetails, List<String>? primaryStatusReasons, String? resourceName, String? source, String? status})
GoogleAdsSearchads360V23ResourcesCustomerAsset.fromJson(Map json_)

Properties

asset String?
The asset which is linked to the customer.
getter/setter pair
fieldType String?
Role that the asset takes for the customer link.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
primaryStatus String?
Provides the PrimaryStatus of this asset link.
getter/setter pair
primaryStatusDetails List<GoogleAdsSearchads360V23CommonAssetLinkPrimaryStatusDetails>?
Provides the details of the primary status and its associated reasons.
getter/setter pair
primaryStatusReasons List<String>?
Provides a list of reasons for why an asset is not serving or not serving at full capacity.
getter/setter pair
resourceName String?
The resource name of the customer asset.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
Source of the customer asset link.
getter/setter pair
status String?
Status of the customer asset. Possible string values are:
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