Class: Google::Apis::ComputeV1::SslPoliciesListAvailableFeaturesResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeV1::SslPoliciesListAvailableFeaturesResponse
 
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
 generated/google/apis/compute_v1/representations.rb,
 generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #features  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property features.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SslPoliciesListAvailableFeaturesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SslPoliciesListAvailableFeaturesResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ SslPoliciesListAvailableFeaturesResponse
Returns a new instance of SslPoliciesListAvailableFeaturesResponse
| 15232 15233 15234 | # File 'generated/google/apis/compute_v1/classes.rb', line 15232 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#features ⇒ Array<String>
Corresponds to the JSON property features
| 15230 15231 15232 | # File 'generated/google/apis/compute_v1/classes.rb', line 15230 def features @features end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 15237 15238 15239 | # File 'generated/google/apis/compute_v1/classes.rb', line 15237 def update!(**args) @features = args[:features] if args.key?(:features) end |