Class: Google::Apis::TranscoderV1beta1::FailureDetail

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/transcoder_v1beta1/classes.rb,
generated/google/apis/transcoder_v1beta1/representations.rb,
generated/google/apis/transcoder_v1beta1/representations.rb

Overview

Additional information about the reasons for the failure.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FailureDetail

Returns a new instance of FailureDetail.



638
639
640
# File 'generated/google/apis/transcoder_v1beta1/classes.rb', line 638

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#descriptionString

A description of the failure. Corresponds to the JSON property description

Returns:

  • (String)


636
637
638
# File 'generated/google/apis/transcoder_v1beta1/classes.rb', line 636

def description
  @description
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



643
644
645
# File 'generated/google/apis/transcoder_v1beta1/classes.rb', line 643

def update!(**args)
  @description = args[:description] if args.key?(:description)
end