public sealed class QueryWorkflowInvocationActionsResponse : IMessage<QueryWorkflowInvocationActionsResponse>, IEquatable<QueryWorkflowInvocationActionsResponse>, IDeepCloneable<QueryWorkflowInvocationActionsResponse>, IBufferMessage, IMessage, IPageResponse<WorkflowInvocationAction>, IEnumerable<WorkflowInvocationAction>, IEnumerable
Reference documentation and code samples for the Dataform v1beta1 API class QueryWorkflowInvocationActionsResponse.
QueryWorkflowInvocationActions
response message.
Implements
IMessageQueryWorkflowInvocationActionsResponse, IEquatableQueryWorkflowInvocationActionsResponse, IDeepCloneableQueryWorkflowInvocationActionsResponse, IBufferMessage, IMessage, IPageResponseWorkflowInvocationAction, IEnumerableWorkflowInvocationAction, IEnumerableNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
QueryWorkflowInvocationActionsResponse()
public QueryWorkflowInvocationActionsResponse()
QueryWorkflowInvocationActionsResponse(QueryWorkflowInvocationActionsResponse)
public QueryWorkflowInvocationActionsResponse(QueryWorkflowInvocationActionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
QueryWorkflowInvocationActionsResponse |
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 |
WorkflowInvocationActions
public RepeatedField<WorkflowInvocationAction> WorkflowInvocationActions { get; }
List of workflow invocation actions.
Property Value | |
---|---|
Type | Description |
RepeatedFieldWorkflowInvocationAction |
Methods
GetEnumerator()
public IEnumerator<WorkflowInvocationAction> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorWorkflowInvocationAction |