$AccountPermission class Null safety
Used by:
- dfareporting:v3.5 : AccountPermission
- dfareporting:v4 : AccountPermission
Constructors
-
$AccountPermission({List<
String> ? accountProfiles, String? id, String? kind, String? level, String? name, String? permissionGroupId}) - $AccountPermission.fromJson(Map json_)
Properties
-
accountProfiles
↔ List<
String> ? -
Account profiles associated with this account permission.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
ID of this account permission.
read / write
- kind ↔ String?
-
Identifies what kind of resource this is.
read / write
- level ↔ String?
-
Administrative level required to enable this account permission.
Possible string values are:
read / write
- name ↔ String?
-
Name of this account permission.
read / write
- permissionGroupId ↔ String?
-
Permission group of this account permission.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited