class Google::Apis::ComputeV1::SecurityPolicyAdvancedOptionsConfig

Attributes

json_parsing[RW]

Corresponds to the JSON property `jsonParsing` @return [String]

log_level[RW]

Corresponds to the JSON property `logLevel` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 31845
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 31850
def update!(**args)
  @json_parsing = args[:json_parsing] if args.key?(:json_parsing)
  @log_level = args[:log_level] if args.key?(:log_level)
end