C# Class OneAndOne.Client.Endpoints.ResourceBase

Show file Open project: 1and1/oneandone-cloudserver-sdk-dotnet

Public Properties

Property Type Description
restclient RestSharp.RestClient

Public Methods

Method Description
ResourceBase ( object _apiUrl = null, object _apiKey = null ) : System

Method Details

ResourceBase() public method

public ResourceBase ( object _apiUrl = null, object _apiKey = null ) : System
_apiUrl object
_apiKey object
return System

Property Details

restclient public property

public RestClient,RestSharp restclient
return RestSharp.RestClient