Uses of Class
ch.brix.gql.client.frontify.input_objects.CreativeVariableInput
-
Packages that use CreativeVariableInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of CreativeVariableInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreativeVariableInput Modifier and Type Method Description CreativeVariableInputCreativeVariableInput. key(StringScalar v)Template variable `Key`.CreativeVariableInputCreativeVariableInput. value(AnyScalar v)`Value` of template variable.Method parameters in ch.brix.gql.client.frontify.input_objects with type arguments of type CreativeVariableInput Modifier and Type Method Description ExportCreativeInputExportCreativeInput. variables(List<CreativeVariableInput> v)List of `CreativeVariableInput` which will be applied to the template.
-