google_api_vault v0.11.0 GoogleApi.Vault.V1.Model.AddMatterPermissionsRequest View Source

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

Attributes

  • ccMe (type: boolean(), default: nil) - Only relevant if send_emails is true. True to CC requestor in the email message. False to not CC requestor.
  • matterPermission (type: GoogleApi.Vault.V1.Model.MatterPermission.t, default: nil) - The MatterPermission to add.
  • sendEmails (type: boolean(), default: nil) - True to send notification email to the added account. False to not send notification email.

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.AddMatterPermissionsRequest{
  ccMe: boolean(),
  matterPermission: GoogleApi.Vault.V1.Model.MatterPermission.t(),
  sendEmails: boolean()
}

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.