Class: Google::Apis::YoutubePartnerV1::AssetLabel

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AssetLabel

Returns a new instance of AssetLabel.

[View source]

195
196
197
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 195

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

Instance Attribute Details

#kindString

The type of the API resource. For assetLabel resources, this value is youtubePartner#assetLabel. Corresponds to the JSON property kind

Returns:

  • (String)

188
189
190
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 188

def kind
  @kind
end

#label_nameString

Name of the asset label. Corresponds to the JSON property labelName

Returns:

  • (String)

193
194
195
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 193

def label_name
  @label_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

200
201
202
203
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 200

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