Class: Google::Cloud::Support::V2beta::CreateCaseRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/support/v2beta/case_service.rb

Overview

The request message for the CreateCase endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#case::Google::Cloud::Support::V2beta::Case

Returns Required. The case to be created.

Returns:



40
41
42
43
# File 'proto_docs/google/cloud/support/v2beta/case_service.rb', line 40

class CreateCaseRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The name of the parent under which the case should be created.

Returns:

  • (::String)

    Required. The name of the parent under which the case should be created.



40
41
42
43
# File 'proto_docs/google/cloud/support/v2beta/case_service.rb', line 40

class CreateCaseRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end