GoogleCloudContentwarehouseV1ActionOutput

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ActionOutput


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents the result of executing an action.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. actionId (type: String.t, default: nil)
    - ID of the action.
  2. actionState (type: String.t, default: nil)
    - State of an action.
  3. outputMessage (type: String.t, default: nil)
    - Action execution output message.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ActionOutput{
actionId: String.t() | nil,
actionState: String.t() | nil,
outputMessage: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ActionOutput