class Google::Apis::SqladminV1beta4::BackupContext
Backup context.
Attributes
backup_id[RW]
The identifier of the backup. Corresponds to the JSON property `backupId` @return [Fixnum]
kind[RW]
This is always `sql#backupContext`. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sqladmin_v1beta4/classes.rb, line 183 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_v1beta4/classes.rb, line 188 def update!(**args) @backup_id = args[:backup_id] if args.key?(:backup_id) @kind = args[:kind] if args.key?(:kind) end