TargetGrpcProxy constructor

TargetGrpcProxy({
  1. String? creationTimestamp,
  2. String? description,
  3. String? fingerprint,
  4. String? id,
  5. String? kind,
  6. String? name,
  7. String? selfLink,
  8. String? selfLinkWithId,
  9. String? urlMap,
  10. bool? validateForProxyless,
})

Implementation

TargetGrpcProxy({
  this.creationTimestamp,
  this.description,
  this.fingerprint,
  this.id,
  this.kind,
  this.name,
  this.selfLink,
  this.selfLinkWithId,
  this.urlMap,
  this.validateForProxyless,
});