Reference documentation and code samples for the Google Cloud Support V2 API class Google::Cloud::Support::V2::CreateCaseRequest.
The request message for the CreateCase endpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#case
def case() -> ::Google::Cloud::Support::V2::Case
Returns
- (::Google::Cloud::Support::V2::Case) — Required. The case to be created.
#case=
def case=(value) -> ::Google::Cloud::Support::V2::Case
Parameter
- value (::Google::Cloud::Support::V2::Case) — Required. The case to be created.
Returns
- (::Google::Cloud::Support::V2::Case) — Required. The case to be created.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The name of the Google Cloud Resource under which the case should be created.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The name of the Google Cloud Resource under which the case should be created.
Returns
- (::String) — Required. The name of the Google Cloud Resource under which the case should be created.