GptPermission class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

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})
GptPermission.fromJson(Map<String, dynamic> json)
factory

Properties

allowCreateEngine bool
getter/setter pair
allowFineTuning bool
getter/setter pair
allowLogprobs bool
getter/setter pair
allowSampling bool
getter/setter pair
allowSearchIndices bool
getter/setter pair
allowView bool
getter/setter pair
created int
getter/setter pair
group String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
isBlocking bool
getter/setter pair
object String
getter/setter pair
organization String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited