public sealed class GetBrandRequest : IMessage<GetBrandRequest>, IEquatable<GetBrandRequest>, IDeepCloneable<GetBrandRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class GetBrandRequest.
The request sent to GetBrand.
Implements
IMessageGetBrandRequest, IEquatableGetBrandRequest, IDeepCloneableGetBrandRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
GetBrandRequest()
public GetBrandRequest()
GetBrandRequest(GetBrandRequest)
public GetBrandRequest(GetBrandRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetBrandRequest |
Properties
Name
public string Name { get; set; }
Required. Name of the brand to be fetched. In the following format: projects/{project_number/id}/brands/{brand}.
Property Value | |
---|---|
Type | Description |
string |