class Google::Apis::ComputeV1::LogConfigCounterOptionsCustomField

This is deprecated and has no effect. Do not use.

Attributes

name[RW]

This is deprecated and has no effect. Do not use. Corresponds to the JSON property `name` @return [String]

value[RW]

This is deprecated and has no effect. Do not use. Corresponds to the JSON property `value` @return [String]

Public Class Methods

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