class Google::Apis::ComputeBeta::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_beta/classes.rb, line 33764 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_beta/classes.rb, line 33769 def update!(**args) @features = args[:features] if args.key?(:features) end