Class: Google::Cloud::NetApp::V1::ExecuteOntapDeleteResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::ExecuteOntapDeleteResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/ontap.rb
Overview
Response message for ExecuteOntapDelete API.
Instance Attribute Summary collapse
-
#body ⇒ ::Google::Protobuf::Struct
The raw
JSONbody of the response.
Instance Attribute Details
#body ⇒ ::Google::Protobuf::Struct
Returns The raw JSON body of the response.
98 99 100 101 |
# File 'proto_docs/google/cloud/netapp/v1/ontap.rb', line 98 class ExecuteOntapDeleteResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |