class Google::Apis::BigtableadminV2::FailureTrace

Added to the error payload.

Attributes

frames[RW]

Corresponds to the JSON property `frames` @return [Array<Google::Apis::BigtableadminV2::Frame>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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