GoogleApi.Vault.V1.Model.CountArtifactsResponse (google_api_vault v0.19.5) View Source
Definition of the response for method CountArtifacts.
Attributes
-
groupsCountResult(type:GoogleApi.Vault.V1.Model.GroupsCountResult.t, default:nil) - Count metrics for Groups. -
mailCountResult(type:GoogleApi.Vault.V1.Model.MailCountResult.t, default:nil) - Count metrics for Gmail and classic Hangouts. -
totalCount(type:String.t, default:nil) - Total count of messages.
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.CountArtifactsResponse{
groupsCountResult: GoogleApi.Vault.V1.Model.GroupsCountResult.t() | nil,
mailCountResult: GoogleApi.Vault.V1.Model.MailCountResult.t() | nil,
totalCount: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.