public sealed class ListBrandsResponse : IMessage<ListBrandsResponse>, IEquatable<ListBrandsResponse>, IDeepCloneable<ListBrandsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ListBrandsResponse.
Response message for ListBrands.
Implements
IMessageListBrandsResponse, IEquatableListBrandsResponse, IDeepCloneableListBrandsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
ListBrandsResponse()
public ListBrandsResponse()
ListBrandsResponse(ListBrandsResponse)
public ListBrandsResponse(ListBrandsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListBrandsResponse |
Properties
Brands
public RepeatedField<Brand> Brands { get; }
Brands existing in the project.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBrand |