class Google::Apis::YoutubePartnerV1::ValidateAsyncResponse
Attributes
kind[RW]
The type of the API resource. For this operation, the value is youtubePartner# validateAsyncResponse. Corresponds to the JSON property `kind` @return [String]
status[RW]
The validation status. Corresponds to the JSON property `status` @return [String]
validation_id[RW]
The validation ID. Corresponds to the JSON property `validationId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_partner_v1/classes.rb, line 4190 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 4195 def update!(**args) @kind = args[:kind] if args.key?(:kind) @status = args[:status] if args.key?(:status) @validation_id = args[:validation_id] if args.key?(:validation_id) end