Class CreateBrandInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.CreateBrandInput
-
public class CreateBrandInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description CreateBrandInput()
-
Method Summary
Modifier and Type Method Description CreateBrandInputcolor(RgbaColorInput v)`Brand` color.CreateBrandInputname(StringScalar v)`Brand` name.
-
-
-
Method Detail
-
name
public CreateBrandInput name(StringScalar v)
`Brand` name.
-
color
public CreateBrandInput color(RgbaColorInput v)
`Brand` color. When not provided, a default color will be used.
-
-