GoogleApi.Vault.V1.Model.CountArtifactsMetadata (google_api_vault v0.25.0)
View SourceLong 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }