GoogleApi.Vault.V1.Model.CountArtifactsMetadata (google_api_vault v0.19.5) View Source
Long running operation metadata for CountArtifacts.
Attributes
-
endTime(type:DateTime.t, default:nil) - End time of count operation. Available when operation is done. -
matterId(type:String.t, default:nil) - The matter ID of the associated matter. -
query(type:GoogleApi.Vault.V1.Model.Query.t, default:nil) - The search query from the request. -
startTime(type:DateTime.t, default:nil) - Creation time of 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.CountArtifactsMetadata{
endTime: DateTime.t() | nil,
matterId: String.t() | nil,
query: GoogleApi.Vault.V1.Model.Query.t() | nil,
startTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.