public sealed class ListBrandsResponse : IMessage<ListBrandsResponse>, IEquatable<ListBrandsResponse>, IDeepCloneable<ListBrandsResponse>, IBufferMessage, IMessageResponse message for ListBrands.
Implements
IMessage<ListBrandsResponse>, IEquatable<ListBrandsResponse>, IDeepCloneable<ListBrandsResponse>, 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 |
RepeatedField<Brand> |
|