messages

package
v1.26.1 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CopyFileRequest

type CopyFileRequest struct {
	BaseFileId    string
	OuputFolderId string
	FileTitle     string
}

CopyFileRequest defines an object that holds all parameters to copy a file

type CopyFileResponse

type CopyFileResponse struct {
	FileId    string
	FileTitle string
}

CopyFileResponse defines an object that holds data after performing a file copy

type MergeDataRequest

type MergeDataRequest struct {
	DocumentId string
	Data       map[string]string
}

MergeDataRequest defines an object that holds all parameters to merge data into a document

type MergeDataResponse

type MergeDataResponse struct{}

MergeDataResponse defines an object that holds data after merging data into a document

Jump to

Keyboard shortcuts

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