AgentMetadata constructor

AgentMetadata({
  1. String? creationTime,
  2. String? creator,
  3. String? imageVersion,
  4. String? instance,
  5. String? instanceId,
  6. bool? instancePreemptionNoticeReceived,
  7. Map<String, String>? osRelease,
  8. String? version,
  9. String? zone,
})

Implementation

AgentMetadata({
  this.creationTime,
  this.creator,
  this.imageVersion,
  this.instance,
  this.instanceId,
  this.instancePreemptionNoticeReceived,
  this.osRelease,
  this.version,
  this.zone,
});