View Source GoogleApi.Drive.V3.Model.GeneratedIds (google_api_drive v0.27.1)

A list of generated file IDs which can be provided in create requests.

Attributes

  • ids (type: list(String.t), default: nil) - The IDs generated for the requesting user in the specified space.
  • kind (type: String.t, default: drive#generatedIds) - Identifies what kind of resource this is. Value: the fixed string "drive#generatedIds".
  • space (type: String.t, default: nil) - The type of file that can be created with these IDs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.GeneratedIds{
  ids: [String.t()] | nil,
  kind: String.t() | nil,
  space: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.