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.
22660 22661 22662 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 22660 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
22648 22649 22650 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 22648 def asset_field_type @asset_field_type end |
#asset_source ⇒ String
Output only. Source of this asset.
Corresponds to the JSON property assetSource
22653 22654 22655 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 22653 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
22658 22659 22660 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 22658 def policy_summary_info @policy_summary_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22665 22666 22667 22668 22669 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 22665 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 |