Class ExportCreativeDestinationInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.ExportCreativeDestinationInput
-
public class ExportCreativeDestinationInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description ExportCreativeDestinationInput()
-
Method Summary
Modifier and Type Method Description ExportCreativeDestinationInputdestinationId(IdScalar v)`Project` Id destination for the exported Creative.ExportCreativeDestinationInputtitle(StringScalar v)`Title` of file.
-
-
-
Method Detail
-
destinationId
public ExportCreativeDestinationInput destinationId(IdScalar v)
`Project` Id destination for the exported Creative.
-
title
public ExportCreativeDestinationInput title(StringScalar v)
`Title` of file.
-
-