Id property

String? get Id
Gets the Id of the attachment.

Implementation

String? get Id => this._id;
set Id (String? value)

Implementation

set Id(String? value) {
  this._id = value;
}