InlineResponse201 class abstract

InlineResponse201

Properties:

  • fileInfos - A list of file metadata that has been stored in the database
  • clientIds - A list of the client_ids that were provided in the request

Constructors

InlineResponse201([void updates(InlineResponse201Builder b)])
factory

Properties

clientIds → BuiltList<String>?
A list of the client_ids that were provided in the request
no setter
fileInfos → BuiltList<FileInfo>?
A list of file metadata that has been stored in the database
no setter
hashCode int
The hash code for this object.
no setterinherited
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
rebuild(dynamic updates(InlineResponse201Builder)) InlineResponse201
Rebuilds the instance.
inherited
toBuilder() InlineResponse201Builder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<InlineResponse201>
no setter