UpdateEmailConsentTypeInput
UpdateEmailConsentTypeInput is used for update EmailConsentType object. Input was generated by ent.
input UpdateEmailConsentTypeInput {
name: String
description: String
clearDescription: Boolean
type: EmailConsentTypeType
required: Boolean
}