ServiceAccountKey constructor
ServiceAccountKey({
- String? contact,
- String? creator,
- String? description,
- String? disableReason,
- bool? disabled,
- List<
ExtendedStatus> ? extendedStatus, - String? keyAlgorithm,
- String? keyOrigin,
- String? keyType,
- String? name,
- String? privateKeyData,
- String? privateKeyType,
- String? publicKeyData,
- String? validAfterTime,
- String? validBeforeTime,
Implementation
ServiceAccountKey({
this.contact,
this.creator,
this.description,
this.disableReason,
this.disabled,
this.extendedStatus,
this.keyAlgorithm,
this.keyOrigin,
this.keyType,
this.name,
this.privateKeyData,
this.privateKeyType,
this.publicKeyData,
this.validAfterTime,
this.validBeforeTime,
});