public sealed class ListServicesResponse : IMessage<ListServicesResponse>, IEquatable<ListServicesResponse>, IDeepCloneable<ListServicesResponse>, IBufferMessage, IMessage, IPageResponse<Service>, IEnumerable<Service>, IEnumerableReference documentation and code samples for the Cloud Commerce Producer v1beta API class ListServicesResponse.
Message for response to listing Services
Implements
IMessageListServicesResponse, IEquatableListServicesResponse, IDeepCloneableListServicesResponse, IBufferMessage, IMessage, IPageResponseService, IEnumerableService, IEnumerableNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
ListServicesResponse()
public ListServicesResponse()ListServicesResponse(ListServicesResponse)
public ListServicesResponse(ListServicesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServicesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Services
public RepeatedField<Service> Services { get; }The list of Service
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldService |
|
Methods
GetEnumerator()
public IEnumerator<Service> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorService |
|