Dataform v1beta1 API - Class QueryWorkflowInvocationActionsRequest (1.0.0-beta05)

public sealed class QueryWorkflowInvocationActionsRequest : IMessage<QueryWorkflowInvocationActionsRequest>, IEquatable<QueryWorkflowInvocationActionsRequest>, IDeepCloneable<QueryWorkflowInvocationActionsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Dataform v1beta1 API class QueryWorkflowInvocationActionsRequest.

QueryWorkflowInvocationActions request message.

Inheritance

object > QueryWorkflowInvocationActionsRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

QueryWorkflowInvocationActionsRequest()

public QueryWorkflowInvocationActionsRequest()

QueryWorkflowInvocationActionsRequest(QueryWorkflowInvocationActionsRequest)

public QueryWorkflowInvocationActionsRequest(QueryWorkflowInvocationActionsRequest other)
Parameter
NameDescription
otherQueryWorkflowInvocationActionsRequest

Properties

Name

public string Name { get; set; }

Required. The workflow invocation's name.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. Page token received from a previous QueryWorkflowInvocationActions call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to QueryWorkflowInvocationActions must match the call that provided the page token.

Property Value
TypeDescription
string

WorkflowInvocationName

public WorkflowInvocationName WorkflowInvocationName { get; set; }

WorkflowInvocationName-typed view over the Name resource name property.

Property Value
TypeDescription
WorkflowInvocationName