Cloud Identity-Aware Proxy v1 API - Class ListBrandsRequest (2.6.0)

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

Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ListBrandsRequest.

The request sent to ListBrands.

Inheritance

object > ListBrandsRequest

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

ListBrandsRequest()

public ListBrandsRequest()

ListBrandsRequest(ListBrandsRequest)

public ListBrandsRequest(ListBrandsRequest other)
Parameter
NameDescription
otherListBrandsRequest

Properties

Parent

public string Parent { get; set; }

Required. GCP Project number/id. In the following format: projects/{project_number/id}.

Property Value
TypeDescription
string