GoogleCloudAssuredworkloadsV1TargetResourceDetails constructor

GoogleCloudAssuredworkloadsV1TargetResourceDetails({
  1. String? createTime,
  2. String? frameworkDeployment,
  3. String? majorRevisionId,
  4. String? minorRevisionId,
  5. String? targetResource,
  6. String? targetResourceDisplayName,
  7. String? updateTime,
})

Implementation

GoogleCloudAssuredworkloadsV1TargetResourceDetails({
  this.createTime,
  this.frameworkDeployment,
  this.majorRevisionId,
  this.minorRevisionId,
  this.targetResource,
  this.targetResourceDisplayName,
  this.updateTime,
});