Class: Google::Cloud::Support::V2::CreateCommentRequest

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

Instance Attribute Details

#comment::Google::Cloud::Support::V2::Comment

Returns Required. The Comment object to be added to this Case.

Returns:



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.

Returns:

  • (::String)

    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