class Google::Apis::ComputeBeta::LogConfigCounterOptions
This is deprecated and has no effect. Do not use.
Attributes
custom_fields[RW]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `customFields` @return [Array<Google::Apis::ComputeBeta::LogConfigCounterOptionsCustomField>]
field[RW]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `field` @return [String]
metric[RW]
This is deprecated and has no effect. Do not use. Corresponds to the JSON property `metric` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 18205 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 18210 def update!(**args) @custom_fields = args[:custom_fields] if args.key?(:custom_fields) @field = args[:field] if args.key?(:field) @metric = args[:metric] if args.key?(:metric) end