GoogleApi.Vault.V1.Model.DriveDocumentIds (google_api_vault v0.25.0)
View SourceSpecify Drive documents by document ID.
Attributes
-
ids
(type:list(String.t)
, default:nil
) - Required. A list of Drive document IDs.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Vault.V1.Model.DriveDocumentIds{ids: [String.t()] | nil}