GoogleApi.Vault.V1.Model.AddMatterPermissionsRequest (google_api_vault v0.25.0)

View Source

Add an account with the permission specified. The role cannot be owner. If an account already has a role in the matter, the existing role is overwritten.

Attributes

  • ccMe (type: boolean(), default: nil) - Only relevant if sendEmails is true. To CC the requestor in the email message, set to true. To not CC requestor, set to false.
  • matterPermission (type: GoogleApi.Vault.V1.Model.MatterPermission.t, default: nil) - The account and its role to add.
  • sendEmails (type: boolean(), default: nil) - To send a notification email to the added account, set to true. To not send a notification email, set to false.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Vault.V1.Model.AddMatterPermissionsRequest{
  ccMe: boolean() | nil,
  matterPermission: GoogleApi.Vault.V1.Model.MatterPermission.t() | nil,
  sendEmails: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.