Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.Vault.Matters.List
Contents
Description
Lists matters the requestor has access to.
See: Google Vault API Reference for vault.matters.list
.
Synopsis
- type VaultMattersListResource = "v1" :> ("matters" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "pageSize" Int32 :> (QueryParam "pageToken" Text :> (QueryParam "state" MattersListState :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "view" MattersListView :> (QueryParam "alt" AltJSON :> Get '[JSON] ListMattersResponse)))))))))))
- data VaultMattersList = VaultMattersList {}
- newVaultMattersList :: VaultMattersList
Resource
type VaultMattersListResource = "v1" :> ("matters" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "pageSize" Int32 :> (QueryParam "pageToken" Text :> (QueryParam "state" MattersListState :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "view" MattersListView :> (QueryParam "alt" AltJSON :> Get '[JSON] ListMattersResponse))))))))))) Source #
A resource alias for vault.matters.list
method which the
VaultMattersList
request conforms to.
Constructing a Request
data VaultMattersList Source #
Lists matters the requestor has access to.
See: newVaultMattersList
smart constructor.
Constructors
VaultMattersList | |
Fields
|
Instances
newVaultMattersList :: VaultMattersList Source #
Creates a value of VaultMattersList
with the minimum fields required to make a request.