ContactDetailArgs

constructor(email: Output<String>? = null, phone: Output<String>? = null, role: Output<Either<String, Role>>? = null)