Access constructor

Access({
  1. String? callerIp,
  2. Geolocation? callerIpGeo,
  3. String? methodName,
  4. String? principalEmail,
  5. String? principalSubject,
  6. List<ServiceAccountDelegationInfo>? serviceAccountDelegationInfo,
  7. String? serviceAccountKeyName,
  8. String? serviceName,
  9. String? userAgent,
  10. String? userAgentFamily,
  11. String? userName,
})

Implementation

Access({
  this.callerIp,
  this.callerIpGeo,
  this.methodName,
  this.principalEmail,
  this.principalSubject,
  this.serviceAccountDelegationInfo,
  this.serviceAccountKeyName,
  this.serviceName,
  this.userAgent,
  this.userAgentFamily,
  this.userName,
});