class Google::Apis::CoordinateV1::CustomFields
Collection of custom fields.
Attributes
custom_field[RW]
Collection of custom fields. Corresponds to the JSON property `customField` @return [Array<Google::Apis::CoordinateV1::CustomField>]
kind[RW]
Identifies this object as a collection of custom fields. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/coordinate_v1/classes.rb, line 153 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/coordinate_v1/classes.rb, line 158 def update!(**args) @custom_field = args[:custom_field] if args.key?(:custom_field) @kind = args[:kind] if args.key?(:kind) end