public SegmentsRequestTests()
		{
			var request = new SegmentsRequest()
			{
				AllowNoIndices = true
			};
			var response = this._client.Segments(request);
			this._status = response.ConnectionStatus;
		}
Exemplo n.º 2
0
        public SegmentsRequestTests()
        {
            var request = new SegmentsRequest()
            {
                AllowNoIndices = true
            };
            var response = this._client.Segments(request);

            this._status = response.ConnectionStatus;
        }