Class: Google::Apis::ComputeV1::SecurityPolicyAdvancedOptionsConfigJsonCustomConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SecurityPolicyAdvancedOptionsConfigJsonCustomConfig

Returns a new instance of SecurityPolicyAdvancedOptionsConfigJsonCustomConfig.



37338
37339
37340
# File 'lib/google/apis/compute_v1/classes.rb', line 37338

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

Instance Attribute Details

#content_typesArray<String>

A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded. Corresponds to the JSON property contentTypes

Returns:

  • (Array<String>)


37336
37337
37338
# File 'lib/google/apis/compute_v1/classes.rb', line 37336

def content_types
  @content_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



37343
37344
37345
# File 'lib/google/apis/compute_v1/classes.rb', line 37343

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