Class: Google::Cloud::Support::V2beta::GetAttachmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2beta::GetAttachmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2beta/attachment_service.rb
Overview
Request for getting an attachment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
51 52 53 54 |
# File 'proto_docs/google/cloud/support/v2beta/attachment_service.rb', line 51 class GetAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |