Class: Google::Apis::GenomicsV1::StreamVariantsResponse
- Inherits:
-
Object
- Object
- Google::Apis::GenomicsV1::StreamVariantsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/genomics_v1/classes.rb,
generated/google/apis/genomics_v1/representations.rb,
generated/google/apis/genomics_v1/representations.rb
Instance Attribute Summary collapse
-
#variants ⇒ Array<Google::Apis::GenomicsV1::Variant>
Corresponds to the JSON property
variants
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StreamVariantsResponse
constructor
A new instance of StreamVariantsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ StreamVariantsResponse
Returns a new instance of StreamVariantsResponse.
3263 3264 3265 |
# File 'generated/google/apis/genomics_v1/classes.rb', line 3263 def initialize(**args) update!(**args) end |
Instance Attribute Details
#variants ⇒ Array<Google::Apis::GenomicsV1::Variant>
Corresponds to the JSON property variants
3261 3262 3263 |
# File 'generated/google/apis/genomics_v1/classes.rb', line 3261 def variants @variants end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3268 3269 3270 |
# File 'generated/google/apis/genomics_v1/classes.rb', line 3268 def update!(**args) @variants = args[:variants] if args.key?(:variants) end |