C# Класс DataSift.Rest.Account.Limit

Показать файл Открыть проект

Открытые методы

Метод Описание
Create ( string identityId, string service, int totalAllowance = null, int analyzeQueries = null ) : RestAPIResponse
Delete ( string identityId, string service ) : RestAPIResponse
Get ( string service, string identityId = null, int page = null, int perPage = null ) : RestAPIResponse
Update ( string identityId, string service, int totalAllowance = null, int analyzeQueries = null ) : RestAPIResponse

Приватные методы

Метод Описание
Limit ( DataSiftClient client ) : System

Описание методов

Create() публичный Метод

public Create ( string identityId, string service, int totalAllowance = null, int analyzeQueries = null ) : RestAPIResponse
identityId string
service string
totalAllowance int
analyzeQueries int
Результат RestAPIResponse

Delete() публичный Метод

public Delete ( string identityId, string service ) : RestAPIResponse
identityId string
service string
Результат RestAPIResponse

Get() публичный Метод

public Get ( string service, string identityId = null, int page = null, int perPage = null ) : RestAPIResponse
service string
identityId string
page int
perPage int
Результат RestAPIResponse

Update() публичный Метод

public Update ( string identityId, string service, int totalAllowance = null, int analyzeQueries = null ) : RestAPIResponse
identityId string
service string
totalAllowance int
analyzeQueries int
Результат RestAPIResponse