public sealed class ListBrandsRequest : IMessage<ListBrandsRequest>, IEquatable<ListBrandsRequest>, IDeepCloneable<ListBrandsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ListBrandsRequest.
The request sent to ListBrands.
Implements
IMessage<ListBrandsRequest>, IEquatable<ListBrandsRequest>, IDeepCloneable<ListBrandsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
ListBrandsRequest()
public ListBrandsRequest()ListBrandsRequest(ListBrandsRequest)
public ListBrandsRequest(ListBrandsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBrandsRequest |
Properties
Parent
public string Parent { get; set; }Required. GCP Project number/id. In the following format: projects/{project_number/id}.
| Property Value | |
|---|---|
| Type | Description |
String |
|