public sealed class ListSkusResponse : IPageResponse<Sku>, IEnumerable<Sku>, IEnumerable, IMessage<ListSkusResponse>, IEquatable<ListSkusResponse>, IDeepCloneable<ListSkusResponse>, IBufferMessage, IMessageReference documentation and code samples for the GDC Hardware Management v1alpha API class ListSkusResponse.
A list of SKUs.
Implements
IPageResponseSku, IEnumerableSku, IEnumerable, IMessageListSkusResponse, IEquatableListSkusResponse, IDeepCloneableListSkusResponse, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
ListSkusResponse()
public ListSkusResponse()ListSkusResponse(ListSkusResponse)
public ListSkusResponse(ListSkusResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSkusResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Skus
public RepeatedField<Sku> Skus { get; }The list of SKUs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSku |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached. Only used for queries to the wildcard
location -. If non-empty, it indicates that the results are incomplete.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Sku> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorSku |
|