public sealed class CreateCaseRequest : IMessage<CreateCaseRequest>, IEquatable<CreateCaseRequest>, IDeepCloneable<CreateCaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Support v2 API class CreateCaseRequest.
The request message for the CreateCase endpoint.
Implements
IMessageCreateCaseRequest, IEquatableCreateCaseRequest, IDeepCloneableCreateCaseRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Support.V2Assembly
Google.Cloud.Support.V2.dll
Constructors
CreateCaseRequest()
public CreateCaseRequest()
CreateCaseRequest(CreateCaseRequest)
public CreateCaseRequest(CreateCaseRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateCaseRequest |
Properties
Case
public Case Case { get; set; }
Required. The case to be created.
Property Value | |
---|---|
Type | Description |
Case |
Parent
public string Parent { get; set; }
Required. The name of the Google Cloud Resource under which the case should be created.
Property Value | |
---|---|
Type | Description |
string |
ParentAsOrganizationName
public OrganizationName ParentAsOrganizationName { get; set; }
OrganizationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationName |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |