Struct google_cloudresourcemanager2::Folder [−][src]
pub struct Folder {
pub name: Option<String>,
pub display_name: Option<String>,
pub create_time: Option<String>,
pub parent: Option<String>,
pub lifecycle_state: Option<String>,
}A Folder in an Organization's resource hierarchy, used to organize that Organization's resources.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- patch folders (request|response)
- list folders (none)
- get iam policy folders (none)
- get folders (response)
- search folders (none)
- test iam permissions folders (none)
- undelete folders (response)
- create folders (request)
- set iam policy folders (none)
- move folders (none)
- delete folders (response)
Fields
name: Option<String>
Output only. The resource name of the Folder.
Its format is folders/{folder_id}, for example: "folders/1234".
display_name: Option<String>
The folder’s display name. A folder’s display name must be unique amongst its siblings, e.g. 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}])?.
create_time: Option<String>
Output only. Timestamp when the Folder was created. Assigned by the server.
parent: Option<String>
The Folder’s parent's resource name. Updates to the folder's parent must be performed via MoveFolder.
lifecycle_state: Option<String>
Output only. The lifecycle state of the folder. Updates to the lifecycle_state must be performed via DeleteFolder and UndeleteFolder.
Trait Implementations
impl Default for Folder[src]
impl Default for Folderimpl Clone for Folder[src]
impl Clone for Folderfn clone(&self) -> Folder[src]
fn clone(&self) -> FolderReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for Folder[src]
impl Debug for Folderfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for Folder[src]
impl RequestValue for Folderimpl Resource for Folder[src]
impl Resource for Folderimpl ResponseResult for Folder[src]
impl ResponseResult for Folder