Class UpdateBrandInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.UpdateBrandInput
-
public class UpdateBrandInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description UpdateBrandInput()
-
-
-
Method Detail
-
id
public UpdateBrandInput id(IdScalar v)
`Brand` id.
-
data
public UpdateBrandInput data(UpdateBrandDataInput v)
`Brand` data.
-
-