Describes an available action, including both the name used for execution along with a short description of the purpose of the action.

from protobuf message arrow.flight.protocol.ActionType

interface ActionType {
    description: string;
    type: string;
}

Properties

Properties

description: string

from protobuf field: string description = 2;

type: string

from protobuf field: string type = 1;