Interface ResourceActionCreate

Export

ResourceActionCreate

Hierarchy

  • ResourceActionCreate

Properties

attributes?: object

optional dictionary of key-value pairs that can be used to store arbitrary metadata about this action. This metadata can be used to filter actions using query parameters with attr_ prefix

Memberof

ResourceActionCreate

description?: string

An optional longer description of what this action respresents in your system

Memberof

ResourceActionCreate

key: string

A URL-friendly name of the action (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the action.

Memberof

ResourceActionCreate

name: string

The name of the action

Memberof

ResourceActionCreate

Generated using TypeDoc