copyWith method

Implementation

AttachmentPropertiesUpdateBodyMetadata copyWith({String? mediaType}) {
  return AttachmentPropertiesUpdateBodyMetadata(
    mediaType: mediaType ?? this.mediaType,
  );
}