Class ListBrandsRequest (1.2.0)

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

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