sessionId property

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

The ID of the session to delete.

Implementation

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