sessionId property

  1. @JsonKey.new(name: 'sessionId', fromJson: _decodeCancelSessionNotificationSessionId, toJson: _encodeCancelSessionNotificationSessionId, includeIfNull: false, required: true)
SessionId sessionId
final

The ID of the session to cancel operations for.

Implementation

@JsonKey(
  name: 'sessionId',
  fromJson: _decodeCancelSessionNotificationSessionId,
  toJson: _encodeCancelSessionNotificationSessionId,
  includeIfNull: false,
  required: true,
)
final SessionId sessionId;