public sealed class ListHydratedDeploymentsResponse : IMessage<ListHydratedDeploymentsResponse>, IEquatable<ListHydratedDeploymentsResponse>, IDeepCloneable<ListHydratedDeploymentsResponse>, IBufferMessage, IMessage, IPageResponse<HydratedDeployment>, IEnumerable<HydratedDeployment>, IEnumerableReference documentation and code samples for the Telco Automation v1 API class ListHydratedDeploymentsResponse.
Response object for ListHydratedDeployments.
Implements
IMessageListHydratedDeploymentsResponse, IEquatableListHydratedDeploymentsResponse, IDeepCloneableListHydratedDeploymentsResponse, IBufferMessage, IMessage, IPageResponseHydratedDeployment, IEnumerableHydratedDeployment, IEnumerableNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
ListHydratedDeploymentsResponse()
public ListHydratedDeploymentsResponse()ListHydratedDeploymentsResponse(ListHydratedDeploymentsResponse)
public ListHydratedDeploymentsResponse(ListHydratedDeploymentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListHydratedDeploymentsResponse |
Properties
HydratedDeployments
public RepeatedField<HydratedDeployment> HydratedDeployments { get; }The list of hydrated deployments.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldHydratedDeployment |
|
NextPageToken
public string NextPageToken { get; set; }A token that 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 |
|
Methods
GetEnumerator()
public IEnumerator<HydratedDeployment> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorHydratedDeployment |
|