GoogleCloudRunV2SecretKeySelector constructor

GoogleCloudRunV2SecretKeySelector({
  1. String? secret,
  2. String? version,
})

Implementation

GoogleCloudRunV2SecretKeySelector({
  this.secret,
  this.version,
});