Class DeleteAttachmentInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.DeleteAttachmentInput
-
public class DeleteAttachmentInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description DeleteAttachmentInput()
-
-
-
Method Detail
-
id
public DeleteAttachmentInput id(IdScalar v)
Id of the `Attachment` to delete.
-
-