class Google::Apis::YoutubePartnerV1::Uploader
Attributes
kind[RW]
The type of the API resource. For uploader resources, the value is youtubePartner#uploader. Corresponds to the JSON property `kind` @return [String]
uploader_name[RW]
The uploader name. Corresponds to the JSON property `uploaderName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_partner_v1/classes.rb, line 4100 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 4105 def update!(**args) @kind = args[:kind] if args.key?(:kind) @uploader_name = args[:uploader_name] if args.key?(:uploader_name) end