PublishStatus class

Publish status of a custom connector.

Constructors

PublishStatus.new({String? publishState, String? publishTime, String? publishedAs, String? publishedSource})
PublishStatus.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
publishedAs String?
Partner connector name.
getter/setter pair
publishedSource String?
Custom connector name.
getter/setter pair
publishState String?
Publish state of the custom connector.
getter/setter pair
publishTime String?
Publish time.
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