RuntimeAccessConfig class

Specifies the login configuration for Runtime

Constructors

RuntimeAccessConfig({String? accessType, String? proxyUri, String? runtimeOwner})
RuntimeAccessConfig.fromJson(Map json_)

Properties

accessType String?
The type of access mode this instance. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
proxyUri String?
The proxy endpoint that is used to access the runtime.
getter/setter pair
runtimeOwner String?
The owner of this runtime after creation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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