Enum MattersResource.GetRequest.ViewEnum
Specifies how much information about the matter to return in the response.
Namespace: Google.Apis.Vault.v1
Assembly: Google.Apis.Vault.v1.dll
Syntax
public enum MattersResource.GetRequest.ViewEnum
Fields
Name | Description |
---|---|
BASIC | Returns the matter ID, name, description, and state. Default choice. |
FULL | Returns the basic details and a list of matter owners and collaborators (see MatterPermissions). |
VIEWUNSPECIFIED | The amount of detail is unspecified. Same as BASIC. |