Class: Google::Apis::ComputeAlpha::SslPoliciesListAvailableFeaturesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::SslPoliciesListAvailableFeaturesResponse
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/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
20862 20863 20864 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 20862 def initialize(**args) update!(**args) end |
Instance Attribute Details
#features ⇒ Array<String>
Corresponds to the JSON property features
20860 20861 20862 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 20860 def features @features end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20867 20868 20869 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 20867 def update!(**args) @features = args[:features] if args.key?(:features) end |