View Source GoogleApi.Storage.V1.Model.Folder (google_api_storage v0.46.0)
A folder. Only available in buckets with hierarchical namespace enabled.
Attributes
-
bucket(type:String.t, default:nil) - The name of the bucket containing this folder. -
createTime(type:DateTime.t, default:nil) - The creation time of the folder in RFC 3339 format. -
id(type:String.t, default:nil) - The ID of the folder, including the bucket name, folder name. -
kind(type:String.t, default:storage#folder) - The kind of item this is. For folders, this is always storage#folder. -
metageneration(type:String.t, default:nil) - The version of the metadata for this folder. Used for preconditions and for detecting changes in metadata. -
name(type:String.t, default:nil) - The name of the folder. Required if not specified by URL parameter. -
pendingRenameInfo(type:GoogleApi.Storage.V1.Model.FolderPendingRenameInfo.t, default:nil) - Only present if the folder is part of an ongoing rename folder operation. Contains information which can be used to query the operation status. -
selfLink(type:String.t, default:nil) - The link to this folder. -
updateTime(type:DateTime.t, default:nil) - The modification time of the folder metadata in RFC 3339 format.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Storage.V1.Model.Folder{ bucket: String.t() | nil, createTime: DateTime.t() | nil, id: String.t() | nil, kind: String.t() | nil, metageneration: String.t() | nil, name: String.t() | nil, pendingRenameInfo: GoogleApi.Storage.V1.Model.FolderPendingRenameInfo.t() | nil, selfLink: String.t() | nil, updateTime: DateTime.t() | nil }