google_api_vault v0.4.0 GoogleApi.Vault.V1.Model.Matter View Source

Represents a matter.

Attributes

  • description (String.t): The description of the matter. Defaults to: null.
  • matterId (String.t): The matter ID which is generated by the server. Should be blank when creating a new matter. Defaults to: null.
  • matterPermissions ([MatterPermission]): List of users and access to the matter. Currently there is no programmer defined limit on the number of permissions a matter can have. Defaults to: null.
  • name (String.t): The name of the matter. Defaults to: null.
  • state (String.t): The state of the matter. Defaults to: null.

    • Enum - one of [STATE_UNSPECIFIED, OPEN, CLOSED, DELETED]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Vault.V1.Model.Matter{
  description: any(),
  matterId: any(),
  matterPermissions: [GoogleApi.Vault.V1.Model.MatterPermission.t()],
  name: any(),
  state: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.