예제 #1
0
        /// <summary>Retrieve a Time Rule.</summary>
        public PITimeRule Get(string webId, string selectedFields = null, string webIdType = null)
        {
            ApiResponsePITimeRule localVarResponse = GetWithHttpInfo(webId, selectedFields, webIdType);

            return(localVarResponse.Data);
        }
        /// <summary>Retrieve a Time Rule by path.</summary>
        public PITimeRule GetByPath(string path, string selectedFields = null)
        {
            ApiResponsePITimeRule localVarResponse = GetByPathWithHttpInfo(path, selectedFields);

            return(localVarResponse.Data);
        }