Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAssetFieldTypePolicySummary
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAssetFieldTypePolicySummary
- 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
Contains policy information for an asset under AssetFieldType context.
Instance Attribute Summary collapse
-
#asset_field_type ⇒ String
Output only.
-
#asset_source ⇒ String
Output only.
-
#policy_summary_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAssetPolicySummary
Contains policy information for an asset.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesAssetFieldTypePolicySummary
constructor
A new instance of GoogleAdsSearchads360V23ResourcesAssetFieldTypePolicySummary.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesAssetFieldTypePolicySummary
Returns a new instance of GoogleAdsSearchads360V23ResourcesAssetFieldTypePolicySummary.
22600 22601 22602 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 22600 def initialize(**args) update!(**args) end |
Instance Attribute Details
#asset_field_type ⇒ String
Output only. FieldType of this asset.
Corresponds to the JSON property assetFieldType
22588 22589 22590 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 22588 def asset_field_type @asset_field_type end |
#asset_source ⇒ String
Output only. Source of this asset.
Corresponds to the JSON property assetSource
22593 22594 22595 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 22593 def asset_source @asset_source end |
#policy_summary_info ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAssetPolicySummary
Contains policy information for an asset.
Corresponds to the JSON property policySummaryInfo
22598 22599 22600 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 22598 def policy_summary_info @policy_summary_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22605 22606 22607 22608 22609 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 22605 def update!(**args) @asset_field_type = args[:asset_field_type] if args.key?(:asset_field_type) @asset_source = args[:asset_source] if args.key?(:asset_source) @policy_summary_info = args[:policy_summary_info] if args.key?(:policy_summary_info) end |