Permission constructor
Permission({
- bool? allowFileDiscovery,
- bool? deleted,
- String? displayName,
- String? domain,
- String? emailAddress,
- DateTime? expirationTime,
- String? id,
- String? kind,
- bool? pendingOwner,
- List<
PermissionPermissionDetails> ? permissionDetails, - String? photoLink,
- String? role,
- List<
PermissionTeamDrivePermissionDetails> ? teamDrivePermissionDetails, - String? type,
- String? view,
Implementation
Permission({
this.allowFileDiscovery,
this.deleted,
this.displayName,
this.domain,
this.emailAddress,
this.expirationTime,
this.id,
this.kind,
this.pendingOwner,
this.permissionDetails,
this.photoLink,
this.role,
this.teamDrivePermissionDetails,
this.type,
this.view,
});