Class: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1RevertArchivedResourceEventsResponse

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

Overview

Response for reverting archived resource events.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1beta1RevertArchivedResourceEventsResponse

Returns a new instance of GoogleCloudAssuredworkloadsV1beta1RevertArchivedResourceEventsResponse.



744
745
746
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 744

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

Instance Attribute Details

#moved_events_countFixnum

The total number of events successfully moved to the original table. Corresponds to the JSON property movedEventsCount

Returns:

  • (Fixnum)


742
743
744
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 742

def moved_events_count
  @moved_events_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



749
750
751
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 749

def update!(**args)
  @moved_events_count = args[:moved_events_count] if args.key?(:moved_events_count)
end