Class: Google::Apis::ServiceusageV1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ServiceusageV1::OperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/serviceusage_v1/classes.rb,
lib/google/apis/serviceusage_v1/representations.rb,
lib/google/apis/serviceusage_v1/representations.rb
Overview
The operation metadata returned for the batchend services operation.
Instance Attribute Summary collapse
-
#resource_names ⇒ Array<String>
The full name of the resources that this operation is directly associated with.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OperationMetadata
constructor
A new instance of OperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OperationMetadata
Returns a new instance of OperationMetadata.
3088 3089 3090 |
# File 'lib/google/apis/serviceusage_v1/classes.rb', line 3088 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_names ⇒ Array<String>
The full name of the resources that this operation is directly associated with.
Corresponds to the JSON property resourceNames
3086 3087 3088 |
# File 'lib/google/apis/serviceusage_v1/classes.rb', line 3086 def resource_names @resource_names end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3093 3094 3095 |
# File 'lib/google/apis/serviceusage_v1/classes.rb', line 3093 def update!(**args) @resource_names = args[:resource_names] if args.key?(:resource_names) end |