MeetingResponse.withAttachment constructor

MeetingResponse.withAttachment(
  1. ItemAttachment parentAttachment
)
Initializes a new instance of the The parent attachment.

Implementation

MeetingResponse.withAttachment(ItemAttachment parentAttachment)
    : super.withAttachment(parentAttachment);