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
26719 26720 26721 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 26719 def initialize(**args) update!(**args) end |
Instance Attribute Details
#features ⇒ Array<String>
Corresponds to the JSON property features
26717 26718 26719 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 26717 def features @features end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26724 26725 26726 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 26724 def update!(**args) @features = args[:features] if args.key?(:features) end |