Class: Google::Apis::DisplayvideoV4::YoutubeAssetAssociationSitelinkAsset

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/representations.rb

Overview

A sitelink asset.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ YoutubeAssetAssociationSitelinkAsset

Returns a new instance of YoutubeAssetAssociationSitelinkAsset.



15821
15822
15823
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15821

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#asset_idFixnum

Required. ID of the sitelink asset. Corresponds to the JSON property assetId

Returns:

  • (Fixnum)


15819
15820
15821
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15819

def asset_id
  @asset_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



15826
15827
15828
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 15826

def update!(**args)
  @asset_id = args[:asset_id] if args.key?(:asset_id)
end