class Google::Apis::YoutubePartnerV1::AssetLabel

Attributes

kind[RW]

The type of the API resource. For assetLabel resources, this value is youtubePartner#assetLabel. Corresponds to the JSON property `kind` @return [String]

label_name[RW]

Name of the asset label. Corresponds to the JSON property `labelName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/youtube_partner_v1/classes.rb, line 270
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/youtube_partner_v1/classes.rb, line 275
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @label_name = args[:label_name] if args.key?(:label_name)
end