AttachmentPropertiesUpdateBody class

Constructors

AttachmentPropertiesUpdateBody({required String id, required String type, String? status, String? title, Container? container, AttachmentPropertiesUpdateBodyMetadata? metadata, Map<String, dynamic>? extensions, required Version version})
AttachmentPropertiesUpdateBody.fromJson(Map<String, Object?> json)
factory

Properties

container Container?
final
extensions Map<String, dynamic>?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
metadata AttachmentPropertiesUpdateBodyMetadata?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
title String?
final
type String
Set this to "attachment"
final
version Version
final

Methods

copyWith({String? id, String? type, String? status, String? title, Container? container, AttachmentPropertiesUpdateBodyMetadata? metadata, Map<String, dynamic>? extensions, Version? version}) AttachmentPropertiesUpdateBody
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