google_api_vault v0.3.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 (boolean()): Only relevant if send_emails is true. True to CC requestor in the email message. False to not CC requestor. Defaults to:
null
. - matterPermission (MatterPermission): The MatterPermission to add. Defaults to:
null
. - sendEmails (boolean()): True to send notification email to the added account. False to not send notification email. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.Vault.V1.Model.AddMatterPermissionsRequest{
ccMe: any(),
matterPermission: GoogleApi.Vault.V1.Model.MatterPermission.t(),
sendEmails: any()
}
t() :: %GoogleApi.Vault.V1.Model.AddMatterPermissionsRequest{ ccMe: any(), matterPermission: GoogleApi.Vault.V1.Model.MatterPermission.t(), sendEmails: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.