ServiceLastAccessed constructor
ServiceLastAccessed({})
Implementation
ServiceLastAccessed({
required this.serviceName,
required this.serviceNamespace,
this.lastAuthenticated,
this.lastAuthenticatedEntity,
this.lastAuthenticatedRegion,
this.totalAuthenticatedEntities,
this.trackedActionsLastAccessed,
});