HmacKeyMetadata constructor

HmacKeyMetadata({
  1. String? accessId,
  2. String? etag,
  3. String? id,
  4. String? kind,
  5. String? projectId,
  6. String? selfLink,
  7. String? serviceAccountEmail,
  8. String? state,
  9. DateTime? timeCreated,
  10. DateTime? updated,
})

Implementation

HmacKeyMetadata({
  this.accessId,
  this.etag,
  this.id,
  this.kind,
  this.projectId,
  this.selfLink,
  this.serviceAccountEmail,
  this.state,
  this.timeCreated,
  this.updated,
});