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

ReportResourcesImpl() public method

Constructor. Exceptions: - IllegalArgumentException : if any argument is null
public ReportResourcesImpl ( SmartsheetImpl smartsheet ) : System
smartsheet SmartsheetImpl the Smartsheet
return System
        public ReportResourcesImpl(SmartsheetImpl smartsheet)
            : base(smartsheet)
        {
            this.shares = new ShareResourcesImpl(smartsheet, "reports");
        }