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

GroupResourcesImpl() public method

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