Class UpdateBrandDataInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.UpdateBrandDataInput
-
public class UpdateBrandDataInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description UpdateBrandDataInput()
-
Method Summary
Modifier and Type Method Description UpdateBrandDataInputcolor(RgbaColorInput v)`Brand` color.UpdateBrandDataInputname(StringScalar v)`Brand` name.
-
-
-
Method Detail
-
name
public UpdateBrandDataInput name(StringScalar v)
`Brand` name.
-
color
public UpdateBrandDataInput color(RgbaColorInput v)
`Brand` color. When not provided, the color will not be updated.
-
-