Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthResponse ¶
type AuthResponse struct { Scope string `json:"scope"` Expired bool `json:"expired"` AccessToken string `json:"access_token"` TokenType string `json:"token_type"` ExpiresIn int `json:"expires_in"` }
AuthResponse struct
type SyncRunResponse ¶
type SyncRunResponse struct { ID string `json:"id"` Status string `json:"status"` Description string `json:"description"` }
SyncRunResponse struct
Click to show internal directories.
Click to hide internal directories.