CreateContactOptions class

Constructors

CreateContactOptions({String? firstName, String? lastName, String? company, List<String>? emailAddresses = const [], List<String>? tags = const [], Object? metaData, bool? optOut, String? groupId})
Returns a new CreateContactOptions instance.

Properties

company String?
getter/setter pair
emailAddresses List<String>?
Set of email addresses belonging to the contact
getter/setter pair
firstName String?
getter/setter pair
groupId String?
Group IDs that contact belongs to
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
lastName String?
getter/setter pair
metaData Object?
getter/setter pair
optOut bool?
Has the user explicitly or implicitly opted out of being contacted? If so MailSlurp will ignore them in all actions.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
Tags that can be used to search and group contacts
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) CreateContactOptions?
Returns a new CreateContactOptions instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<CreateContactOptions>
mapFromJson(dynamic json) Map<String, CreateContactOptions>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<CreateContactOptions>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.