View Source GoogleApi.Storage.V1.Model.ManagedFolder (google_api_storage v0.45.0)

A managed folder.

Attributes

  • bucket (type: String.t, default: nil) - The name of the bucket containing this managed folder.
  • createTime (type: DateTime.t, default: nil) - The creation time of the managed folder in RFC 3339 format.
  • id (type: String.t, default: nil) - The ID of the managed folder, including the bucket name and managed folder name.
  • kind (type: String.t, default: storage#managedFolder) - The kind of item this is. For managed folders, this is always storage#managedFolder.
  • metageneration (type: String.t, default: nil) - The version of the metadata for this managed folder. Used for preconditions and for detecting changes in metadata.
  • name (type: String.t, default: nil) - The name of the managed folder. Required if not specified by URL parameter.
  • selfLink (type: String.t, default: nil) - The link to this managed folder.
  • updateTime (type: DateTime.t, default: nil) - The last update time of the managed folder metadata in RFC 3339 format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Storage.V1.Model.ManagedFolder{
  bucket: String.t() | nil,
  createTime: DateTime.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  metageneration: String.t() | nil,
  name: String.t() | nil,
  selfLink: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.