class Google::Apis::LoggingV2::TableSchema

Schema of a table containing logs.

Attributes

fields[RW]

Describes the fields in a table. Corresponds to the JSON property `fields` @return [Array<Google::Apis::LoggingV2::TableFieldSchema>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/logging_v2/classes.rb, line 2516
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/logging_v2/classes.rb, line 2521
def update!(**args)
  @fields = args[:fields] if args.key?(:fields)
end