WebApiModulesPluginsAzureADGetAzureADGroupsResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
WebApiModulesPluginsAzureADGetAzureADGroupsResponse({List<
WebApiModulesPluginsAzureADAzureADGroup> ? groups, bool? tooManyResults, int? statusCode, String? message}) -
WebApiModulesPluginsAzureADGetAzureADGroupsResponse.fromJson(Map<
String, dynamic> json) -
factory
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< ? groups, Wrapped<WebApiModulesPluginsAzureADAzureADGroup> ?>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
Constants
-
fromJsonFactory
→ const WebApiModulesPluginsAzureADGetAzureADGroupsResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesPluginsAzureADGetAzureADGroupsResponse instance)