Folder🔗Constructor🔗Folder() Methods🔗 build🔗Builds the object.def build() -> folder.Folder description🔗Description of the folder.def description(description: str) -> typing.Self title🔗Folder titledef title(title: str) -> typing.Self uid🔗Unique folder id. (will be k8s name)def uid(uid: str) -> typing.Self See also🔗 Folder