Class: Google::Cloud::Support::V2beta::CreateCommentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2beta::CreateCommentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2beta/comment_service.rb
Overview
The request message for the CreateComment endpoint.
Instance Attribute Summary collapse
-
#comment ⇒ ::Google::Cloud::Support::V2beta::Comment
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#comment ⇒ ::Google::Cloud::Support::V2beta::Comment
Returns Required. The comment to be added.
61 62 63 64 |
# File 'proto_docs/google/cloud/support/v2beta/comment_service.rb', line 61 class CreateCommentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the case to which the comment should be added.
61 62 63 64 |
# File 'proto_docs/google/cloud/support/v2beta/comment_service.rb', line 61 class CreateCommentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |