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

ServerInfoResourcesImpl() public method

Constructor. Exceptions: - IllegalArgumentException : if any argument is null or empty string
public ServerInfoResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the Smartsheet
return System.Collections.Generic
        public ServerInfoResourcesImpl(SmartsheetImpl smartsheet)
            : base(smartsheet)
        {
        }