Uses of Class
ch.brix.gql.client.frontify.input_objects.TagInput
-
Packages that use TagInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of TagInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return TagInput Modifier and Type Method Description TagInputTagInput. value(StringScalar v)Tag name.Method parameters in ch.brix.gql.client.frontify.input_objects with type arguments of type TagInput Modifier and Type Method Description AddAssetTagsInputAddAssetTagsInput. tags(List<TagInput> v)List of `Tag` values linked to `Asset`.CreateAssetInputCreateAssetInput. tags(List<TagInput> v)List of tags to create with `Asset`RemoveAssetTagsInputRemoveAssetTagsInput. tags(List<TagInput> v)`Asset` tags.SyncAssetTagsInputSyncAssetTagsInput. tags(List<TagInput> v)`Asset` tags.
-