sessionId property
- @JsonKey.new(name: 'sessionId', fromJson: _decodeCancelSessionNotificationSessionId, toJson: _encodeCancelSessionNotificationSessionId, includeIfNull: false, required: true)
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;