public sealed class CloseCaseRequest : IMessage<CloseCaseRequest>, IEquatable<CloseCaseRequest>, IDeepCloneable<CloseCaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Support v2 API class CloseCaseRequest.
[[["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-05-30 UTC."],[[["The `CloseCaseRequest` class is part of the Google Cloud Support v2 API and is used to close a support case."],["This class is the request message for the `CloseCase` endpoint, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `CloseCaseRequest` is 1.3.0, with earlier versions including 1.2.0, 1.1.0, and 1.0.0."],["It has two constructors, one default and another that takes another `CloseCaseRequest` as a parameter for copying."],["The class includes two properties, `CaseName` of type `CaseName` which is a view over the name resource, and `Name` which is a string representing the fully qualified name of the case resource to close."]]],[]]