GoogleApi.Vault.V1.Model.GroupsCountResult (google_api_vault v0.19.5) View Source
Groups specific count metrics.
Attributes
-
accountCountErrors(type:list(GoogleApi.Vault.V1.Model.AccountCountError.t), default:nil) - Error occurred when querying these accounts. -
accountCounts(type:list(GoogleApi.Vault.V1.Model.AccountCount.t), default:nil) - Subtotal count per matching account that have more than zero messages. -
matchingAccountsCount(type:String.t, default:nil) - Total number of accounts that can be queried and have more than zero messages. -
nonQueryableAccounts(type:list(String.t), default:nil) - When DataScope is HELD_DATA, these accounts in the request are not queried because they are not on hold. For other data scope, this field is not set. -
queriedAccountsCount(type:String.t, default:nil) - Total number of accounts involved in this count operation.
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.GroupsCountResult{
accountCountErrors: [GoogleApi.Vault.V1.Model.AccountCountError.t()] | nil,
accountCounts: [GoogleApi.Vault.V1.Model.AccountCount.t()] | nil,
matchingAccountsCount: String.t() | nil,
nonQueryableAccounts: [String.t()] | nil,
queriedAccountsCount: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.