Class CreateWorkspaceProjectInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.CreateWorkspaceProjectInput
-
public class CreateWorkspaceProjectInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description CreateWorkspaceProjectInput()
-
Method Summary
Modifier and Type Method Description CreateWorkspaceProjectInputbrandId(IdScalar v)Id of the `Brand` where `Project` should be inserted.CreateWorkspaceProjectInputname(StringScalar v)`Workspace` type `Project` name.
-
-
-
Method Detail
-
brandId
public CreateWorkspaceProjectInput brandId(IdScalar v)
Id of the `Brand` where `Project` should be inserted.
-
name
public CreateWorkspaceProjectInput name(StringScalar v)
`Workspace` type `Project` name.
-
-