Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupAssetInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupAssetInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Holds the details of an asset within an asset group for an Optimize Assets experiment arm.
Instance Attribute Summary collapse
-
#asset ⇒ String
Asset resource name of the asset group asset.
-
#field_type ⇒ String
Field type of the asset group asset.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupAssetInfo
constructor
A new instance of GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupAssetInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupAssetInfo
Returns a new instance of GoogleAdsSearchads360V23ResourcesExperimentArmAssetGroupAssetInfo.
16936 16937 16938 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16936 def initialize(**args) update!(**args) end |
Instance Attribute Details
#asset ⇒ String
Asset resource name of the asset group asset.
Corresponds to the JSON property asset
16929 16930 16931 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16929 def asset @asset end |
#field_type ⇒ String
Field type of the asset group asset.
Corresponds to the JSON property fieldType
16934 16935 16936 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16934 def field_type @field_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16941 16942 16943 16944 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16941 def update!(**args) @asset = args[:asset] if args.key?(:asset) @field_type = args[:field_type] if args.key?(:field_type) end |