Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdVideoAssetInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdVideoAssetInfo
- 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 info fields for AdVideoAssets.
Instance Attribute Summary collapse
-
#ad_video_asset_feature_control ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdVideoAssetLinkFeatureControl
YouTube Video Asset feature controls.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonAdVideoAssetInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonAdVideoAssetInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonAdVideoAssetInfo
Returns a new instance of GoogleAdsSearchads360V23CommonAdVideoAssetInfo.
946 947 948 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 946 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad_video_asset_feature_control ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdVideoAssetLinkFeatureControl
YouTube Video Asset feature controls.
Corresponds to the JSON property adVideoAssetFeatureControl
944 945 946 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 944 def ad_video_asset_feature_control @ad_video_asset_feature_control end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
951 952 953 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 951 def update!(**args) @ad_video_asset_feature_control = args[:ad_video_asset_feature_control] if args.key?(:ad_video_asset_feature_control) end |