NtiuspReadAPIConfig class

Constructors

NtiuspReadAPIConfig.new({required String apiStgUrl, required String apiProdUrl, required String stgOrganizationId, required String prodOrganizationId, required String stgAccessKey, required String prodAccessKey, required String xTenantId, required String authScheme})
NtiuspReadAPIConfig.fromJson(String jsonString)
factory

Properties

apiProdUrl String
final
apiStgUrl String
final
authScheme String
final
hashCode int
The hash code for this object.
no setterinherited
prodAccessKey String
final
prodOrganizationId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stgAccessKey String
final
stgOrganizationId String
final
xTenantId String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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