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

RowAttachmentResourcesImpl() public method

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