google_api_vault v0.13.1 GoogleApi.Vault.V1.Model.Matter View Source
Represents a matter.
Attributes
description
(type:String.t
, default:nil
) - The description of the matter.matterId
(type:String.t
, default:nil
) - The matter ID which is generated by the server. Should be blank when creating a new matter.matterPermissions
(type:list(GoogleApi.Vault.V1.Model.MatterPermission.t)
, default:nil
) - List of users and access to 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Vault.V1.Model.Matter{ description: String.t(), matterId: String.t(), matterPermissions: [GoogleApi.Vault.V1.Model.MatterPermission.t()], name: String.t(), state: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.