WebApiModulesPluginsAzureADContactsImportGroupResponse class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Properties

hashCode int
The hash code for this object.
no setteroverride
lastImported String?
final
message String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int?
final
users List<WebApiModulesPluginsAzureADContactData>?
final

Methods

copyWith({String? lastImported, List<WebApiModulesPluginsAzureADContactData>? users, int? statusCode, String? message}) WebApiModulesPluginsAzureADContactsImportGroupResponse

Available on WebApiModulesPluginsAzureADContactsImportGroupResponse, provided by the $WebApiModulesPluginsAzureADContactsImportGroupResponseExtension extension

copyWithWrapped({Wrapped<String?>? lastImported, Wrapped<List<WebApiModulesPluginsAzureADContactData>?>? users, Wrapped<int?>? statusCode, Wrapped<String?>? message}) WebApiModulesPluginsAzureADContactsImportGroupResponse

Available on WebApiModulesPluginsAzureADContactsImportGroupResponse, provided by the $WebApiModulesPluginsAzureADContactsImportGroupResponseExtension extension

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 ==(dynamic other) bool
The equality operator.
override