Class ActionOutput (0.3.0)

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

Represents the result of executing an action.

Attributes

NameDescription
action_id str
ID of the action.
action_state google.cloud.contentwarehouse_v1.types.ActionOutput.State
State of an action.
output_message str
Action execution output message.

Classes

State

State(value)

Represents execution state of the action.