AttachmentArchiveMetadataReadable class
Metadata for an archive (for example a zip) and its contents.
Constructors
- 
          AttachmentArchiveMetadataReadable({List<AttachmentArchiveItemReadable> ? entries, int? id, String? mediaType, String? name, int? totalEntryCount})
- 
          AttachmentArchiveMetadataReadable.fromJson(Map<String, Object?> json)
- 
          
            factory
Properties
- 
  entries
  → List<AttachmentArchiveItemReadable> 
- 
  The list of the items included in the archive.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id → int?
- 
  The ID of the attachment.
  final
- mediaType → String?
- 
  The MIME type of the attachment.
  final
- name → String?
- 
  The name of the archive file.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- totalEntryCount → int?
- 
  The number of items included in the archive.
  final
Methods
- 
  copyWith({List< AttachmentArchiveItemReadable> ? entries, int? id, String? mediaType, String? name, int? totalEntryCount}) → AttachmentArchiveMetadataReadable
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, Object?> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited