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