Class: Google::Apis::GenomicsV1beta2::SearchAnnotationSetsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SearchAnnotationSetsResponse

Returns a new instance of SearchAnnotationSetsResponse.



2217
2218
2219
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 2217

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

Instance Attribute Details

#annotation_setsArray<Google::Apis::GenomicsV1beta2::AnnotationSet>

The matching annotation sets. Corresponds to the JSON property annotationSets



2208
2209
2210
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 2208

def annotation_sets
  @annotation_sets
end

#next_page_tokenString

The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results. This field will be empty if there aren't any additional results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


2215
2216
2217
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 2215

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2222
2223
2224
2225
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 2222

def update!(**args)
  @annotation_sets = args[:annotation_sets] unless args[:annotation_sets].nil?
  @next_page_token = args[:next_page_token] unless args[:next_page_token].nil?
end