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

CommentAttachmentResourcesImpl() public method

Constructor.
if any argument is null
public CommentAttachmentResourcesImpl ( SmartsheetImpl smartsheet ) : System
smartsheet SmartsheetImpl the Smartsheet
return System
        public CommentAttachmentResourcesImpl(SmartsheetImpl smartsheet)
            : base(smartsheet)
        {
        }