Class: Google::Apis::ComputeBeta::SslPoliciesListAvailableFeaturesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::SslPoliciesListAvailableFeaturesResponse
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/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
26538 26539 26540 |
# File 'generated/google/apis/compute_beta/classes.rb', line 26538 def initialize(**args) update!(**args) end |
Instance Attribute Details
#features ⇒ Array<String>
Corresponds to the JSON property features
26536 26537 26538 |
# File 'generated/google/apis/compute_beta/classes.rb', line 26536 def features @features end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26543 26544 26545 |
# File 'generated/google/apis/compute_beta/classes.rb', line 26543 def update!(**args) @features = args[:features] if args.key?(:features) end |