ServiceAttachment constructor

ServiceAttachment({
  1. List<ServiceAttachmentConnectedEndpoint>? connectedEndpoints,
  2. String? connectionPreference,
  3. List<ServiceAttachmentConsumerProjectLimit>? consumerAcceptLists,
  4. List<String>? consumerRejectLists,
  5. String? creationTimestamp,
  6. String? description,
  7. List<String>? domainNames,
  8. bool? enableProxyProtocol,
  9. String? fingerprint,
  10. String? id,
  11. String? kind,
  12. String? name,
  13. List<String>? natSubnets,
  14. String? producerForwardingRule,
  15. Uint128? pscServiceAttachmentId,
  16. bool? reconcileConnections,
  17. String? region,
  18. String? selfLink,
  19. String? targetService,
})

Implementation

ServiceAttachment({
  this.connectedEndpoints,
  this.connectionPreference,
  this.consumerAcceptLists,
  this.consumerRejectLists,
  this.creationTimestamp,
  this.description,
  this.domainNames,
  this.enableProxyProtocol,
  this.fingerprint,
  this.id,
  this.kind,
  this.name,
  this.natSubnets,
  this.producerForwardingRule,
  this.pscServiceAttachmentId,
  this.reconcileConnections,
  this.region,
  this.selfLink,
  this.targetService,
});