GoogleApi.Vault.V1.Model.MailCountResult (google_api_vault v0.25.0)
View SourceGmail and classic Hangouts-specific count metrics.
Attributes
-
accountCountErrors
(type:list(GoogleApi.Vault.V1.Model.AccountCountError.t)
, default:nil
) - Errors 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 and when account emails are passed in explicitly, the list of accounts in the request that are not queried because they are not on hold in the matter. For other data scopes, this field is not set. -
queriedAccountsCount
(type:String.t
, default:nil
) - Total number of accounts involved in this count operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Vault.V1.Model.MailCountResult{ 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 }