GoogleApi.CloudResourceManager.V3.Model.Folder (google_api_cloud_resource_manager v0.41.0) View Source
A folder in an organization's resource hierarchy, used to organize that organization's resources.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the folder was created. -
deleteTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the folder was requested to be deleted. -
displayName
(type:String.t
, default:nil
) - The folder's display name. A folder's display name must be unique amongst its siblings. For example, no two folders with the same parent can share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores and can be no longer than 30 characters. This is captured by the regular expression:[\p{L}\p{N}]([\p{L}\p{N}_- ]{0,28}[\p{L}\p{N}])?
. -
etag
(type:String.t
, default:nil
) - Output only. A checksum computed by the server based on the current value of the folder resource. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. -
name
(type:String.t
, default:nil
) - Output only. The resource name of the folder. Its format isfolders/{folder_id}
, for example: "folders/1234". -
parent
(type:String.t
, default:nil
) - Required. The folder's parent's resource name. Updates to the folder's parent must be performed using MoveFolder. -
state
(type:String.t
, default:nil
) - Output only. The lifecycle state of the folder. Updates to the state must be performed using DeleteFolder and UndeleteFolder. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the folder was last modified.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudResourceManager.V3.Model.Folder{ createTime: DateTime.t() | nil, deleteTime: DateTime.t() | nil, displayName: String.t() | nil, etag: String.t() | nil, name: String.t() | nil, parent: String.t() | nil, state: String.t() | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.