Telco Automation v1 API - Class ListHydratedDeploymentsResponse (1.1.0)

public sealed class ListHydratedDeploymentsResponse : IMessage<ListHydratedDeploymentsResponse>, IEquatable<ListHydratedDeploymentsResponse>, IDeepCloneable<ListHydratedDeploymentsResponse>, IBufferMessage, IMessage, IPageResponse<HydratedDeployment>, IEnumerable<HydratedDeployment>, IEnumerable

Reference documentation and code samples for the Telco Automation v1 API class ListHydratedDeploymentsResponse.

Response object for ListHydratedDeployments.

Inheritance

object > ListHydratedDeploymentsResponse

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

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