AddAttachmentsToSetResponse class

The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.

Constructors

AddAttachmentsToSetResponse({String? attachmentSetId, String? expiryTime})
AddAttachmentsToSetResponse.fromJson(Map<String, dynamic> json)
factory

Properties

attachmentSetId String?
The ID of the attachment set. If an attachmentSetId was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an attachmentSetId was specified, the attachments are added to the specified set, if it exists.
final
expiryTime String?
The time and date when the attachment set expires.
final
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
toString() String
A string representation of this object.
inherited

Operators

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