Class ListWorkflowInvocationsResponse (0.2.2)

ListWorkflowInvocationsResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

ListWorkflowInvocations response message.

Attributes

NameDescription
workflow_invocations Sequence[google.cloud.dataform_v1beta1.types.WorkflowInvocation]
List of workflow invocations.
next_page_token str
A token, which can be sent as ``page_token`` to retrieve the next page. If this field is omitted, there are no subsequent pages.
unreachable Sequence[str]
Locations which could not be reached.

Inheritance

builtins.object > proto.message.Message > ListWorkflowInvocationsResponse