id property
Unique string used to identify the operation. The id MUST be unique among all operations described in the API.
Implementation
@JsonKey(name: 'operationId')
String? get id => throw _privateConstructorUsedError;
Unique string used to identify the operation. The id MUST be unique among all operations described in the API.
@JsonKey(name: 'operationId')
String? get id => throw _privateConstructorUsedError;