UpdateInstanceAuthConfig200Response constructor

UpdateInstanceAuthConfig200Response({
  1. UpdateInstanceAuthConfig200ResponseObjectEnum? object,
  2. String? id,
  3. bool? restrictedToAllowlist,
  4. String? fromEmailAddress,
  5. bool? progressiveSignUp,
  6. bool? enhancedEmailDeliverability,
})

Returns a new UpdateInstanceAuthConfig200Response instance.

Implementation

UpdateInstanceAuthConfig200Response({
  this.object,
  this.id,
  this.restrictedToAllowlist,
  this.fromEmailAddress,
  this.progressiveSignUp,
  this.enhancedEmailDeliverability,
});