class Google::Apis::ComputeV1::SslPoliciesListAvailableFeaturesResponse

Attributes

features[RW]

Corresponds to the JSON property `features` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 31220
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 31225
def update!(**args)
  @features = args[:features] if args.key?(:features)
end