INPUT_OBJECT
UpdateCloudObjectFolderInput
link GraphQL Schema definition
- input UpdateCloudObjectFolderInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # API name of the custom entity the folder is attached to. Set only for folders on
- # custom entity records; otherwise empty.
- : String
- # Name of the entity and its default text representation.
- : String
- # Id of the online form template, or empty when not associated with a form.
- : ID
- # Id of the parent folder, or empty for top-level folders.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }