model

package
v0.0.0-...-f44dea6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthToken

type AuthToken struct {
	TokenType string `json:"type"`
	Value     string `json:"value"`
	ExpiresIn string `json:"expires_in"`
}

type CreateTask

type CreateTask struct {
	Subject string `json:"subject"`
}

type CreatedTask

type CreatedTask struct {
	ObjectID     string `json:"ObjectID"`
	DocumentType string `json:"DocumentType"`
	ID           string `json:"ID"`
	StatusText   string `json:"StatusText"`
	Owner        string `json:"Owner"`
	Subject      string `json:"Subject"`
}

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"`
}

type Task

type Task struct {
	Subject      string `json:"Subject"`
	PriorityCode string `json:"PriorityCode"`
	Status       string `json:"Status"`
	DocumentType string `json:"DocumentType"`
}

func NewTask

func NewTask(createTask CreateTask) Task

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL