Voting helps other researchers find interesting modules.
Represents the result of executing an action.
actionId
String.t
nil
actionState
outputMessage
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ActionOutput{ actionId: String.t() | nil, actionState: String.t() | nil, outputMessage: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()