V0AppFinishParams class abstract

Constructors

V0AppFinishParams([void updates(V0AppFinishParamsBuilder b)])
factory

Properties

config String?
Which config to use default-android-config, default-cordova-config, default-fastlane-config, default-ionic-config, default-ios-config,default-macos-config, default-react-native-config, default-xamarin-config, other-config (default if parameter is not speficied)
no setter
envs → BuiltMap<String, String>?
Environment variables for the application workflows, e.g. {"env1":"val1","env2":"val2"}
no setter
hashCode int
The hash code for this object.
no setterinherited
mode String?
config specification mode, has to be specified with manual value
no setter
organizationSlug String?
The slug of the organization, who will be the owner of the application, if it's not specified, then the authenticated user will be the owner
no setter
projectType String
The type of your project (android, ios, cordova, other, xamarin, macos, ionic, react-native, fastlane, null)
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackId String
The id of the stack the application will be built (these can be found in the system report file names)
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(V0AppFinishParamsBuilder)) V0AppFinishParams
Rebuilds the instance.
inherited
toBuilder() V0AppFinishParamsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<V0AppFinishParams>
no setter