class Google::Apis::SqladminV1::InstancesTruncateLogRequest

Instance truncate log request.

Attributes

truncate_log_context[RW]

Database Instance truncate log context. Corresponds to the JSON property `truncateLogContext` @return [Google::Apis::SqladminV1::TruncateLogContext]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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