Class ListBrandsResponse (1.0.0)

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

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>