Cloud Identity-Aware Proxy v1 API - Class GetBrandRequest (2.2.0)

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.

Inheritance

Object > GetBrandRequest

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

GetBrandRequest()

public GetBrandRequest()

GetBrandRequest(GetBrandRequest)

public GetBrandRequest(GetBrandRequest other)
Parameter
NameDescription
otherGetBrandRequest

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
TypeDescription
String