class Google::Apis::YoutubePartnerV1::Origination

Attributes

owner[RW]

The content owner who provided the metadata or ownership information. Corresponds to the JSON property `owner` @return [String]

source[RW]

The mechanism by which the piece of metadata, ownership or relationship information was provided. Corresponds to the JSON property `source` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/youtube_partner_v1/classes.rb, line 2449
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 2454
def update!(**args)
  @owner = args[:owner] if args.key?(:owner)
  @source = args[:source] if args.key?(:source)
end