ComplexVersionCreateRequest class

Inheritance

Constructors

ComplexVersionCreateRequest({required String versionName, required String branch, required SyncStrategy syncStrategy, required Map<EntityType, EntityTypeVersionCreateConfig> entityTypes})
ComplexVersionCreateRequest.fromJson(Map<String, dynamic> json)

Properties

branch String
getter/setter pairinherited
entityTypes Map<EntityType, EntityTypeVersionCreateConfig>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncStrategy SyncStrategy
getter/setter pair
versionName String
getter/setter pairinherited

Methods

getType() VersionCreateRequestType
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override
versionCreateRequestString([String? toStringBody]) String
inherited

Operators

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