GptPermission constructor
GptPermission({
- required int created,
- required String object,
- required String id,
- String? group,
- required bool allowCreateEngine,
- required bool allowFineTuning,
- required bool allowLogprobs,
- required bool allowSampling,
- required bool allowSearchIndices,
- required bool allowView,
- required bool isBlocking,
- required String organization,
Implementation
GptPermission(
{required this.created,
required this.object,
required this.id,
this.group,
required this.allowCreateEngine,
required this.allowFineTuning,
required this.allowLogprobs,
required this.allowSampling,
required this.allowSearchIndices,
required this.allowView,
required this.isBlocking,
required this.organization});