sessionId property
- @JsonKey.new(name: 'sessionId', fromJson: _decodeDeleteSessionRequestSessionId, toJson: _encodeDeleteSessionRequestSessionId, includeIfNull: false, required: true)
final
The ID of the session to delete.
Implementation
@JsonKey(
name: 'sessionId',
fromJson: _decodeDeleteSessionRequestSessionId,
toJson: _encodeDeleteSessionRequestSessionId,
includeIfNull: false,
required: true,
)
final SessionId sessionId;