AttachmentConfiguration class

Configuration for ApiEndpoints to support Attachments

More Info on how to optain these configurations will be provided later

Constructors

AttachmentConfiguration({required String signedUrlApiEndpoint, required String attachmentApiEndpoint, String? signedUrlFormApiEndpoint})
Creates a new AttachmentConfiguration
const
AttachmentConfiguration.fromJson(Map<String, dynamic> json)
Creates a new AttachmentConfiguration from json
factory

Properties

attachmentApiEndpoint String
Endpoint to store data at
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signedUrlApiEndpoint String
Endpoint used to generate an upload url
final
signedUrlFormApiEndpoint String?
Endpoint used to generate an upload url for forms this endpoint should work without authentication
final

Methods

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

Operators

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