Step constructor

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

Implementation

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