class Google::Apis::ServiceusageV1beta1::GoogleApiServiceusageV1OperationMetadata
The operation metadata returned for the batchend services operation.
Attributes
resource_names[RW]
The full name of the resources that this operation is directly associated with. Corresponds to the JSON property `resourceNames` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/serviceusage_v1beta1/classes.rb, line 1762 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/serviceusage_v1beta1/classes.rb, line 1767 def update!(**args) @resource_names = args[:resource_names] if args.key?(:resource_names) end