DisableServiceAccountKeyRequest constructor

DisableServiceAccountKeyRequest({
  1. String? extendedStatusMessage,
  2. String? serviceAccountKeyDisableReason,
})

Implementation

DisableServiceAccountKeyRequest({
  this.extendedStatusMessage,
  this.serviceAccountKeyDisableReason,
});