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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eCreateCaseRequest\u003c/code\u003e class within the Google Cloud Support v2 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateCaseRequest\u003c/code\u003e is a request message used for creating a new case, and it is available in four versions, with version 1.3.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateCaseRequest\u003c/code\u003e class includes properties such as \u003ccode\u003eCase\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eParentAsOrganizationName\u003c/code\u003e, \u003ccode\u003eParentAsProjectName\u003c/code\u003e, and \u003ccode\u003eParentAsResourceName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property is a required string representing the Google Cloud Resource name where the case will be created, and it can also be accessed through typed views like \u003ccode\u003eParentAsOrganizationName\u003c/code\u003e and \u003ccode\u003eParentAsProjectName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe CreateCaseRequest class has two constructors, one is empty and one takes another \u003ccode\u003eCreateCaseRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Support v2 API - Class CreateCaseRequest (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CreateCaseRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.3.0/Google.Cloud.Support.V2.CreateCaseRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.2.0/Google.Cloud.Support.V2.CreateCaseRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.1.0/Google.Cloud.Support.V2.CreateCaseRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.0.0/Google.Cloud.Support.V2.CreateCaseRequest) \n\n public sealed class CreateCaseRequest : IMessage\u003cCreateCaseRequest\u003e, IEquatable\u003cCreateCaseRequest\u003e, IDeepCloneable\u003cCreateCaseRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Support v2 API class CreateCaseRequest.\n\nThe request message for the CreateCase endpoint. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateCaseRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateCaseRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CreateCaseRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateCaseRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CreateCaseRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateCaseRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CreateCaseRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Support.V2](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Support.V2.dll\n\nConstructors\n------------\n\n### CreateCaseRequest()\n\n public CreateCaseRequest()\n\n### CreateCaseRequest(CreateCaseRequest)\n\n public CreateCaseRequest(CreateCaseRequest other)\n\nProperties\n----------\n\n### Case\n\n public Case Case { get; set; }\n\nRequired. The case to be created.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The name of the parent under which the case should be created.\n\n### ParentAsOrganizationName\n\n public OrganizationName ParentAsOrganizationName { get; set; }\n\n[OrganizationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.OrganizationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CreateCaseRequest#Google_Cloud_Support_V2_CreateCaseRequest_Parent) resource name property.\n\n### ParentAsProjectName\n\n public ProjectName ParentAsProjectName { get; set; }\n\n[ProjectName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.ProjectName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CreateCaseRequest#Google_Cloud_Support_V2_CreateCaseRequest_Parent) resource name property.\n\n### ParentAsResourceName\n\n public IResourceName ParentAsResourceName { get; set; }\n\n[IResourceName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.IResourceName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CreateCaseRequest#Google_Cloud_Support_V2_CreateCaseRequest_Parent) resource name property."]]