GoogleCloudApihubV1RuntimeProjectAttachment constructor

GoogleCloudApihubV1RuntimeProjectAttachment({
  1. String? createTime,
  2. String? name,
  3. String? runtimeProject,
})

Implementation

GoogleCloudApihubV1RuntimeProjectAttachment({
  this.createTime,
  this.name,
  this.runtimeProject,
});