Google Cloud Support v2 API - Class GetCaseRequest (1.0.0)

public sealed class GetCaseRequest : IMessage<GetCaseRequest>, IEquatable<GetCaseRequest>, IDeepCloneable<GetCaseRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Support v2 API class GetCaseRequest.

The request message for the GetCase endpoint.

Inheritance

object > GetCaseRequest

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Constructors

GetCaseRequest()

public GetCaseRequest()

GetCaseRequest(GetCaseRequest)

public GetCaseRequest(GetCaseRequest other)
Parameter
NameDescription
otherGetCaseRequest

Properties

CaseName

public CaseName CaseName { get; set; }

CaseName-typed view over the Name resource name property.

Property Value
TypeDescription
CaseName

Name

public string Name { get; set; }

Required. The fully qualified name of a case to be retrieved.

Property Value
TypeDescription
string