V0AppUploadParams class abstract

Constructors

V0AppUploadParams([void updates(V0AppUploadParamsBuilder b)])
factory

Properties

gitOwner String
The slug of the owner of the repository at the git provider
no setter
gitRepoSlug String
The slug of the repository at the git provider
no setter
hashCode int
The hash code for this object.
no setterinherited
isPublic bool
If true then the repository visibility setting will be public, in case of false it will be private
no setter
provider String
The git provider you are using, it can be github, bitbucket, gitlab, gitlab-self-hosted or custom
no setter
repoUrl String
The URL of your repository
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
It has to be provided by legacy reasons and has to have the git value
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(V0AppUploadParamsBuilder)) V0AppUploadParams
Rebuilds the instance.
inherited
toBuilder() V0AppUploadParamsBuilder
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<V0AppUploadParams>
no setter