Id property

String? Id
Gets the Id of the attachment.

Implementation

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

Implementation

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