Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTask ¶
type CreateTask struct {
Subject string `json:"subject"`
}
type CreatedTask ¶
type CreatedTaskResponse ¶
type CreatedTaskResponse struct {
D d `json:"d"`
}
type DestinationConfiguration ¶
type DestinationConfiguration struct {
URL string `json:"URL"`
}
type ExchangeTokenResp ¶
type ExchangeTokenResp struct {
DestinationConfiguration DestinationConfiguration `json:"destinationConfiguration"`
AuthTokens []AuthToken `json:"authTokens"`
}
Click to show internal directories.
Click to hide internal directories.