GoogleCloudApigeeV1PodStatus constructor

GoogleCloudApigeeV1PodStatus({
  1. String? appVersion,
  2. String? deploymentStatus,
  3. String? deploymentStatusTime,
  4. String? deploymentTime,
  5. String? podName,
  6. String? podStatus,
  7. String? podStatusTime,
  8. String? statusCode,
  9. String? statusCodeDetails,
})

Implementation

GoogleCloudApigeeV1PodStatus({
  this.appVersion,
  this.deploymentStatus,
  this.deploymentStatusTime,
  this.deploymentTime,
  this.podName,
  this.podStatus,
  this.podStatusTime,
  this.statusCode,
  this.statusCodeDetails,
});