GoogleApi.Vault.V1.Model.Matter (google_api_vault v0.19.5) View Source
Represents a matter. To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the View All Matters privilege.
Attributes
-
description(type:String.t, default:nil) - An optional description for the matter. -
matterId(type:String.t, default:nil) - The matter ID, which is generated by the server. Leave blank when creating a matter. -
matterPermissions(type:list(GoogleApi.Vault.V1.Model.MatterPermission.t), default:nil) - Lists the users and their permission for the matter. Currently there is no programmer defined limit on the number of permissions a matter can have. -
name(type:String.t, default:nil) - The name of the matter. -
state(type:String.t, default:nil) - The state of the matter.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Vault.V1.Model.Matter{
description: String.t() | nil,
matterId: String.t() | nil,
matterPermissions: [GoogleApi.Vault.V1.Model.MatterPermission.t()] | nil,
name: String.t() | nil,
state: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.