Uses of Class
ch.brix.gql.client.frontify.input_objects.CreateAssetInput
-
Packages that use CreateAssetInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of CreateAssetInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type CreateAssetInput Modifier and Type Method Description RootMutation_createAsset_ArgsRootMutation_createAsset_Args. input(CreateAssetInput value)`CreateAsset` input argument. -
Uses of CreateAssetInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreateAssetInput Modifier and Type Method Description CreateAssetInputCreateAssetInput. author(StringScalar v)Represents the Author of the `Asset`.CreateAssetInputCreateAssetInput. copyright(CreateCopyrightInput v)Add `Asset` copyright details.CreateAssetInputCreateAssetInput. description(StringScalar v)`Asset` description.CreateAssetInputCreateAssetInput. directory(List<StringScalar> v)An array of strings representing the directory, if a folder does not exist, it is created.CreateAssetInputCreateAssetInput. expiresAt(DateTimeScalar v)Expiry Date.CreateAssetInputCreateAssetInput. externalId(IdScalar v)`Asset` external Id.CreateAssetInputCreateAssetInput. fileId(IdScalar v)File Id.CreateAssetInputCreateAssetInput. parentId(IdScalar v)The parent Id, where the `Asset` should be located in.CreateAssetInputCreateAssetInput. projectId(IdScalar v)**DEPRECATED** `Library` or `Workspace` Id.CreateAssetInputCreateAssetInput. skipFileMetadata(BooleanScalar v)Skip file's EXIF metadata.CreateAssetInputCreateAssetInput. tags(List<TagInput> v)List of tags to create with `Asset`CreateAssetInputCreateAssetInput. title(StringScalar v)`Asset` title or display name.CreateAssetInputCreateAssetInput. workflowStatus(StringScalar v)**DEPRECATED** `Asset` workflow status.
-