Dataform v1beta1 API - Class QueryWorkflowInvocationActionsResponse (1.0.0-beta05)

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.

Inheritance

object > QueryWorkflowInvocationActionsResponse

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

QueryWorkflowInvocationActionsResponse()

public QueryWorkflowInvocationActionsResponse()

QueryWorkflowInvocationActionsResponse(QueryWorkflowInvocationActionsResponse)

public QueryWorkflowInvocationActionsResponse(QueryWorkflowInvocationActionsResponse other)
Parameter
NameDescription
otherQueryWorkflowInvocationActionsResponse

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
TypeDescription
string

WorkflowInvocationActions

public RepeatedField<WorkflowInvocationAction> WorkflowInvocationActions { get; }

List of workflow invocation actions.

Property Value
TypeDescription
RepeatedFieldWorkflowInvocationAction

Methods

GetEnumerator()

public IEnumerator<WorkflowInvocationAction> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorWorkflowInvocationAction