Class: Google::Apis::GenomicsV1alpha2::RepeatedString
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::GenomicsV1alpha2::RepeatedString
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/genomics_v1alpha2/classes.rb,
 generated/google/apis/genomics_v1alpha2/representations.rb,
 generated/google/apis/genomics_v1alpha2/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #values  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property values.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ RepeatedString 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of RepeatedString. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RepeatedString
Returns a new instance of RepeatedString
| 1092 1093 1094 | # File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 1092 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#values ⇒ Array<String>
Corresponds to the JSON property values
| 1090 1091 1092 | # File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 1090 def values @values end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1097 1098 1099 | # File 'generated/google/apis/genomics_v1alpha2/classes.rb', line 1097 def update!(**args) @values = args[:values] if args.key?(:values) end |