Class: Google::Apis::TranscoderV1beta1::FailureDetail
- Inherits:
-
Object
- Object
- Google::Apis::TranscoderV1beta1::FailureDetail
- 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
-
#description ⇒ String
A description of the failure.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FailureDetail
constructor
A new instance of FailureDetail.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#description ⇒ String
A description of the failure.
Corresponds to the JSON property description
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 |