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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]