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. DropInfo? drop,
  10. EndpointInfo? endpoint,
  11. FirewallInfo? firewall,
  12. ForwardInfo? forward,
  13. ForwardingRuleInfo? forwardingRule,
  14. GKEMasterInfo? gkeMaster,
  15. GoogleServiceInfo? googleService,
  16. InstanceInfo? instance,
  17. LoadBalancerInfo? loadBalancer,
  18. LoadBalancerBackendInfo? loadBalancerBackendInfo,
  19. NatInfo? nat,
  20. NetworkInfo? network,
  21. String? projectId,
  22. ProxyConnectionInfo? proxyConnection,
  23. RouteInfo? route,
  24. String? state,
  25. StorageBucketInfo? storageBucket,
  26. VpcConnectorInfo? vpcConnector,
  27. VpnGatewayInfo? vpnGateway,
  28. VpnTunnelInfo? vpnTunnel,
})

Implementation

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