AppInstallation constructor
AppInstallation({})
Implementation
AppInstallation({
required this.$id,
required this.$createdAt,
required this.$updatedAt,
required this.appId,
required this.teamId,
required this.scopes,
required this.authorizationDetails,
required this.createdById,
required this.createdByName,
this.lastAccessedAt,
});