Step constructor

Step({
  1. AbortInfo? abort,
  2. AppEngineVersionInfo? appEngineVersion,
  3. bool? causesDrop,
  4. CloudFunctionInfo? cloudFunction,
  5. CloudRunRevisionInfo? cloudRunRevision,
  6. CloudSQLInstanceInfo? cloudSqlInstance,
  7. DeliverInfo? deliver,
  8. String? description,
  9. DirectVpcEgressConnectionInfo? directVpcEgressConnection,
  10. DropInfo? drop,
  11. EndpointInfo? endpoint,
  12. FirewallInfo? firewall,
  13. ForwardInfo? forward,
  14. ForwardingRuleInfo? forwardingRule,
  15. GKEMasterInfo? gkeMaster,
  16. GkePodInfo? gkePod,
  17. GoogleServiceInfo? googleService,
  18. HybridSubnetInfo? hybridSubnet,
  19. InstanceInfo? instance,
  20. InterconnectAttachmentInfo? interconnectAttachment,
  21. IpMasqueradingSkippedInfo? ipMasqueradingSkipped,
  22. LoadBalancerInfo? loadBalancer,
  23. LoadBalancerBackendInfo? loadBalancerBackendInfo,
  24. NatInfo? nat,
  25. NetworkInfo? network,
  26. String? projectId,
  27. ProxyConnectionInfo? proxyConnection,
  28. RedisClusterInfo? redisCluster,
  29. RedisInstanceInfo? redisInstance,
  30. RouteInfo? route,
  31. ServerlessExternalConnectionInfo? serverlessExternalConnection,
  32. ServerlessNegInfo? serverlessNeg,
  33. String? state,
  34. StorageBucketInfo? storageBucket,
  35. VpcConnectorInfo? vpcConnector,
  36. VpnGatewayInfo? vpnGateway,
  37. VpnTunnelInfo? vpnTunnel,
})

Implementation

Step({
  this.abort,
  this.appEngineVersion,
  this.causesDrop,
  this.cloudFunction,
  this.cloudRunRevision,
  this.cloudSqlInstance,
  this.deliver,
  this.description,
  this.directVpcEgressConnection,
  this.drop,
  this.endpoint,
  this.firewall,
  this.forward,
  this.forwardingRule,
  this.gkeMaster,
  this.gkePod,
  this.googleService,
  this.hybridSubnet,
  this.instance,
  this.interconnectAttachment,
  this.ipMasqueradingSkipped,
  this.loadBalancer,
  this.loadBalancerBackendInfo,
  this.nat,
  this.network,
  this.projectId,
  this.proxyConnection,
  this.redisCluster,
  this.redisInstance,
  this.route,
  this.serverlessExternalConnection,
  this.serverlessNeg,
  this.state,
  this.storageBucket,
  this.vpcConnector,
  this.vpnGateway,
  this.vpnTunnel,
});