public sealed class ListDeploymentEventsResponse : IMessage<ListDeploymentEventsResponse>, IEquatable<ListDeploymentEventsResponse>, IDeepCloneable<ListDeploymentEventsResponse>, IBufferMessage, IMessage, IPageResponse<DeploymentEvent>, IEnumerable<DeploymentEvent>, IEnumerableReference documentation and code samples for the Developer Connect v1 API class ListDeploymentEventsResponse.
Response to listing DeploymentEvents.
Implements
IMessageListDeploymentEventsResponse, IEquatableListDeploymentEventsResponse, IDeepCloneableListDeploymentEventsResponse, IBufferMessage, IMessage, IPageResponseDeploymentEvent, IEnumerableDeploymentEvent, IEnumerableNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
ListDeploymentEventsResponse()
public ListDeploymentEventsResponse()ListDeploymentEventsResponse(ListDeploymentEventsResponse)
public ListDeploymentEventsResponse(ListDeploymentEventsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDeploymentEventsResponse |
Properties
DeploymentEvents
public RepeatedField<DeploymentEvent> DeploymentEvents { get; }The list of DeploymentEvents.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDeploymentEvent |
|
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 |
|
Methods
GetEnumerator()
public IEnumerator<DeploymentEvent> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorDeploymentEvent |
|