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

DiscussionCommentResourcesImpl() public method

Constructor.
if any argument is null
public DiscussionCommentResourcesImpl ( SmartsheetImpl smartsheet ) : Smartsheet.Api.Models
smartsheet SmartsheetImpl the Smartsheet
return Smartsheet.Api.Models
        public DiscussionCommentResourcesImpl(SmartsheetImpl smartsheet)
            : base(smartsheet)
        {
        }