Step constructor
Step({
- AbortInfo? abort,
- AppEngineVersionInfo? appEngineVersion,
- bool? causesDrop,
- CloudFunctionInfo? cloudFunction,
- CloudRunRevisionInfo? cloudRunRevision,
- CloudSQLInstanceInfo? cloudSqlInstance,
- DeliverInfo? deliver,
- String? description,
- DropInfo? drop,
- EndpointInfo? endpoint,
- FirewallInfo? firewall,
- ForwardInfo? forward,
- ForwardingRuleInfo? forwardingRule,
- GKEMasterInfo? gkeMaster,
- GoogleServiceInfo? googleService,
- InstanceInfo? instance,
- LoadBalancerInfo? loadBalancer,
- LoadBalancerBackendInfo? loadBalancerBackendInfo,
- NatInfo? nat,
- NetworkInfo? network,
- String? projectId,
- ProxyConnectionInfo? proxyConnection,
- RouteInfo? route,
- ServerlessNegInfo? serverlessNeg,
- String? state,
- StorageBucketInfo? storageBucket,
- VpcConnectorInfo? vpcConnector,
- VpnGatewayInfo? vpnGateway,
- 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.serverlessNeg,
this.state,
this.storageBucket,
this.vpcConnector,
this.vpnGateway,
this.vpnTunnel,
});