GoogleCloudRunV2BinaryAuthorization constructor

GoogleCloudRunV2BinaryAuthorization({
  1. String? breakglassJustification,
  2. bool? useDefault,
})

Implementation

GoogleCloudRunV2BinaryAuthorization({
  this.breakglassJustification,
  this.useDefault,
});