Class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupRun
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupRun
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alloydb_v1/classes.rb,
lib/google/apis/alloydb_v1/representations.rb,
lib/google/apis/alloydb_v1/representations.rb
Overview
Disable validation warnings
Instance Attribute Summary collapse
-
#end_time ⇒ String
Disable validation warnings Corresponds to the JSON property
endTime. -
#error ⇒ Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainOperationError
Disable validation warnings Corresponds to the JSON property
error. -
#start_time ⇒ String
Disable validation warnings Corresponds to the JSON property
startTime. -
#status ⇒ String
Disable validation warnings Corresponds to the JSON property
status.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainBackupRun
constructor
A new instance of StorageDatabasecenterPartnerapiV1mainBackupRun.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainBackupRun
Returns a new instance of StorageDatabasecenterPartnerapiV1mainBackupRun.
3658 3659 3660 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3658 def initialize(**args) update!(**args) end |
Instance Attribute Details
#end_time ⇒ String
Disable validation warnings
Corresponds to the JSON property endTime
3641 3642 3643 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3641 def end_time @end_time end |
#error ⇒ Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainOperationError
Disable validation warnings
Corresponds to the JSON property error
3646 3647 3648 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3646 def error @error end |
#start_time ⇒ String
Disable validation warnings
Corresponds to the JSON property startTime
3651 3652 3653 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3651 def start_time @start_time end |
#status ⇒ String
Disable validation warnings
Corresponds to the JSON property status
3656 3657 3658 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3656 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3663 3664 3665 3666 3667 3668 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3663 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 |