Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1005 Bytes

ResourceActionGroupCreate.md

File metadata and controls

15 lines (10 loc) · 1005 Bytes

ResourceActionGroupCreate

Properties

Name Type Description Notes
key String A URL-friendly name of the action group (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the action group.
name String The name of the action group
description Option<String> An optional longer description of what this action group represents in your system [optional]
attributes Option<serde_json::Value> optional dictionary of key-value pairs that can be used to store arbitrary metadata about this action group. This metadata can be used to filter action groups using query parameters with attr_ prefix [optional]
actions Option<Vec> [optional][default to []]

[Back to Model list] [Back to API list] [Back to README]