Class: Google::Apis::GenomicsV1beta2::BatchAnnotationsResponseEntryStatus
- Inherits:
-
Object
- Object
- Google::Apis::GenomicsV1beta2::BatchAnnotationsResponseEntryStatus
- Includes:
- Core::Hashable
- Defined in:
- generated/google/apis/genomics_v1beta2/classes.rb,
generated/google/apis/genomics_v1beta2/representations.rb,
generated/google/apis/genomics_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#code ⇒ Fixnum
The HTTP status code for this operation.
-
#message ⇒ String
Error message for this status, if any.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchAnnotationsResponseEntryStatus
constructor
A new instance of BatchAnnotationsResponseEntryStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchAnnotationsResponseEntryStatus
Returns a new instance of BatchAnnotationsResponseEntryStatus
286 287 288 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 286 def initialize(**args) update!(**args) end |
Instance Attribute Details
#code ⇒ Fixnum
The HTTP status code for this operation.
Corresponds to the JSON property code
279 280 281 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 279 def code @code end |
#message ⇒ String
Error message for this status, if any.
Corresponds to the JSON property message
284 285 286 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 284 def @message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
291 292 293 294 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 291 def update!(**args) @code = args[:code] unless args[:code].nil? @message = args[:message] unless args[:message].nil? end |