Class: Google::Cloud::Support::V2beta::CreateCommentRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#comment::Google::Cloud::Support::V2beta::Comment

Returns Required. The comment to be added.

Returns:



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.

Returns:

  • (::String)

    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