Class AddAssetTagsInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.AddAssetTagsInput
-
public class AddAssetTagsInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description AddAssetTagsInput()
-
Method Summary
Modifier and Type Method Description AddAssetTagsInputid(IdScalar v)`Asset` Id.AddAssetTagsInputtags(List<TagInput> v)List of `Tag` values linked to `Asset`.
-
-
-
Method Detail
-
id
public AddAssetTagsInput id(IdScalar v)
`Asset` Id.
-
tags
public AddAssetTagsInput tags(List<TagInput> v)
List of `Tag` values linked to `Asset`.
-
-