Googly. CloudStorage. Model. FolderPendingRenameInfo
(googly_cloud_storage v0.1.0)
Copy Markdown
View Source
Only present if the folder is part of an ongoing rename folder operation. Contains information which can be used to query the operation status.
Attributes
-
operation_id(type:String.t()) - The ID of the rename folder operation.
Summary
Types
@type t() :: %Googly.CloudStorage.Model.FolderPendingRenameInfo{ operation_id: String.t() | nil }