Class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/alloydb_v1beta/classes.rb,
lib/google/apis/alloydb_v1beta/representations.rb,
lib/google/apis/alloydb_v1beta/representations.rb

Overview

Disable validation warnings

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainBackupRun

Returns a new instance of StorageDatabasecenterPartnerapiV1mainBackupRun.



4133
4134
4135
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4133

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#end_timeString

Disable validation warnings Corresponds to the JSON property endTime

Returns:

  • (String)


4116
4117
4118
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4116

def end_time
  @end_time
end

#errorGoogle::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainOperationError

Disable validation warnings Corresponds to the JSON property error



4121
4122
4123
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4121

def error
  @error
end

#start_timeString

Disable validation warnings Corresponds to the JSON property startTime

Returns:

  • (String)


4126
4127
4128
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4126

def start_time
  @start_time
end

#statusString

Disable validation warnings Corresponds to the JSON property status

Returns:

  • (String)


4131
4132
4133
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4131

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4138
4139
4140
4141
4142
4143
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4138

def update!(**args)
  @end_time = args[:end_time] if args.key?(:end_time)
  @error = args[:error] if args.key?(:error)
  @start_time = args[:start_time] if args.key?(:start_time)
  @status = args[:status] if args.key?(:status)
end