Class RemoveAssetLicenseInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.RemoveAssetLicenseInput
-
public class RemoveAssetLicenseInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description RemoveAssetLicenseInput()
-
Method Summary
Modifier and Type Method Description RemoveAssetLicenseInputassetId(IdScalar v)`Asset` Id.RemoveAssetLicenseInputlicenseId(IdScalar v)`License` Id.
-
-
-
Method Detail
-
assetId
public RemoveAssetLicenseInput assetId(IdScalar v)
`Asset` Id.
-
licenseId
public RemoveAssetLicenseInput licenseId(IdScalar v)
`License` Id.
-
-