Cloud Identity-Aware Proxy v1 API - Class ListBrandsResponse (2.1.0)

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.

Inheritance

Object > ListBrandsResponse

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

ListBrandsResponse()

public ListBrandsResponse()

ListBrandsResponse(ListBrandsResponse)

public ListBrandsResponse(ListBrandsResponse other)
Parameter
NameDescription
otherListBrandsResponse

Properties

Brands

public RepeatedField<Brand> Brands { get; }

Brands existing in the project.

Property Value
TypeDescription
RepeatedField<Brand>