PatchServiceAccountKeyRequest constructor
PatchServiceAccountKeyRequest({
- ServiceAccountKey? serviceAccountKey,
- String? updateMask,
Implementation
PatchServiceAccountKeyRequest({
this.serviceAccountKey,
this.updateMask,
});