class Google::Apis::TranscoderV1beta1::FailureDetail

Additional information about the reasons for the failure.

Attributes

description[RW]

A description of the failure. Corresponds to the JSON property `description` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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