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