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

TokenResourcesImpl() public method

Constructor.
if any argument is null
public TokenResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the SmartsheetImpl
return System.Collections.Generic
        public TokenResourcesImpl(SmartsheetImpl smartsheet)
            : base(smartsheet)
        {
        }