C# 클래스 trellow.api.Organizations.Internal.OrganizationsRequest

상속: RestSharp.RestRequest
파일 보기 프로젝트 열기: Bunk/trellow

공개 메소드들

메소드 설명
OrganizationsRequest ( IOrganizationId organization, string resource = "" ) : RestSharp
OrganizationsRequest ( string orgIdOrName, string resource = "" ) : RestSharp

메소드 상세

OrganizationsRequest() 공개 메소드

public OrganizationsRequest ( IOrganizationId organization, string resource = "" ) : RestSharp
organization IOrganizationId
resource string
리턴 RestSharp

OrganizationsRequest() 공개 메소드

public OrganizationsRequest ( string orgIdOrName, string resource = "" ) : RestSharp
orgIdOrName string
resource string
리턴 RestSharp