Uses of Class
ch.brix.gql.client.frontify.input_objects.RemoveAssetTagsInput
-
Packages that use RemoveAssetTagsInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of RemoveAssetTagsInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type RemoveAssetTagsInput Modifier and Type Method Description RootMutation_removeAssetTags_ArgsRootMutation_removeAssetTags_Args. input(RemoveAssetTagsInput value)`RemoveAssetTags` input argument. -
Uses of RemoveAssetTagsInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return RemoveAssetTagsInput Modifier and Type Method Description RemoveAssetTagsInputRemoveAssetTagsInput. id(IdScalar v)`Asset` Id.RemoveAssetTagsInputRemoveAssetTagsInput. tags(List<TagInput> v)`Asset` tags.
-