Class: Google::Cloud::NetApp::V1::UserCommands
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::UserCommands
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/common.rb
Overview
UserCommands contains the commands to be executed by the customer.
Instance Attribute Summary collapse
-
#commands ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#commands ⇒ ::Array<::String> (readonly)
44 45 46 47 |
# File 'proto_docs/google/cloud/netapp/v1/common.rb', line 44 class UserCommands include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |