class Google::Apis::YoutubePartnerV1::ValidateAsyncRequest

Attributes

content[RW]

The metadata file contents. Corresponds to the JSON property `content` @return [String]

kind[RW]

The type of the API resource. For this operation, the value is youtubePartner# validateAsyncRequest. 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 4158
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 4163
def update!(**args)
  @content = args[:content] if args.key?(:content)
  @kind = args[:kind] if args.key?(:kind)
  @uploader_name = args[:uploader_name] if args.key?(:uploader_name)
end