Smartsheet.Api.Internal.SheetDiscussionResourcesImpl.SheetDiscussionResourcesImpl C# (CSharp) Method

SheetDiscussionResourcesImpl() public method

Constructor.
if any argument is null
public SheetDiscussionResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the Smartsheet
return System.Collections.Generic
        public SheetDiscussionResourcesImpl(SmartsheetImpl smartsheet)
            : base(smartsheet)
        {
            this.attachments = new DiscussionAttachmentResourcesImpl(smartsheet);
            this.comments = new DiscussionCommentResourcesImpl(smartsheet);
        }