WebApiModulesPluginsAzureADGetAzureADGroupsResponse class

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

Properties

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

Methods

copyWith({List<WebApiModulesPluginsAzureADAzureADGroup>? groups, bool? tooManyResults, int? statusCode, String? message}) WebApiModulesPluginsAzureADGetAzureADGroupsResponse

Available on WebApiModulesPluginsAzureADGetAzureADGroupsResponse, provided by the $WebApiModulesPluginsAzureADGetAzureADGroupsResponseExtension extension

copyWithWrapped({Wrapped<List<WebApiModulesPluginsAzureADAzureADGroup>?>? groups, Wrapped<bool?>? tooManyResults, Wrapped<int?>? statusCode, Wrapped<String?>? message}) WebApiModulesPluginsAzureADGetAzureADGroupsResponse

Available on WebApiModulesPluginsAzureADGetAzureADGroupsResponse, provided by the $WebApiModulesPluginsAzureADGetAzureADGroupsResponseExtension 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