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
31870 31871 31872 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 31870 def initialize(**args) update!(**args) end |
Instance Attribute Details
#features ⇒ Array<String>
Corresponds to the JSON property features
31868 31869 31870 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 31868 def features @features end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31875 31876 31877 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 31875 def update!(**args) @features = args[:features] if args.key?(:features) end |