PartyIntention class

Ping sent response model

Constructors

PartyIntention({String? requesterDn, String? requesterId, String? requesteeId, String? requesterPl, String? requesterPlDn, String? sentAt, String? expiresAt, Map<String, dynamic>? meta, bool? isSent})
PartyLookup Object
PartyIntention.fromJson(Map<String, dynamic> json)
from json method for Ping Sent Class.
factory

Properties

expiresAt String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSent bool?
getter/setter pair
meta Map<String, dynamic>?
getter/setter pair
requesteeId String?
getter/setter pair
requesterDn String?
getter/setter pair
requesterId String?
getter/setter pair
requesterPl String?
AccountId the ping was sent to
getter/setter pair
requesterPlDn String?
when the ping is going to expire
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentAt String?
getter/setter pair

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