Class: Google::Apis::ComputeV1::SslPoliciesListAvailableFeaturesResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SslPoliciesListAvailableFeaturesResponse

Returns a new instance of SslPoliciesListAvailableFeaturesResponse.



25508
25509
25510
# File 'generated/google/apis/compute_v1/classes.rb', line 25508

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#featuresArray<String>

Corresponds to the JSON property features

Returns:

  • (Array<String>)


25506
25507
25508
# File 'generated/google/apis/compute_v1/classes.rb', line 25506

def features
  @features
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25513
25514
25515
# File 'generated/google/apis/compute_v1/classes.rb', line 25513

def update!(**args)
  @features = args[:features] if args.key?(:features)
end