class Google::Apis::YoutubePartnerV1::ClaimSnippet::Origin
Attributes
source[RW]
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 1297 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 1302 def update!(**args) @source = args[:source] if args.key?(:source) end