EmailRecipientV1Schema constructor

EmailRecipientV1Schema()

Implementation

EmailRecipientV1Schema() : super() {
  withRequiredProperty('id', TypeCode.String);
  withOptionalProperty('name', TypeCode.String);
  withOptionalProperty('email', TypeCode.String);
  withOptionalProperty('language', TypeCode.String);
}