class Google::Apis::YoutubePartnerV1::YoutubePartnerApiProtoFrontendV1Origin

Attributes

source[RW]

Corresponds to the JSON property `source` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/youtube_partner_v1/classes.rb, line 4601
def update!(**args)
  @source = args[:source] if args.key?(:source)
end