types

package
v0.0.0-...-7f66f6f Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2019 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SendPulseSendEmailStruct

type SendPulseSendEmailStruct struct {
	Html    *string                               `json:"html,omitempty"`
	Text    *string                               `json:"text,omitempty"`
	Subject string                                `json:"subject"`
	From    SendPulseSendEmailStructEmailAddr     `json:"from"`
	To      SendPulseSendEmailStructEmailAddrList `json:"to"`
}

type SendPulseSendEmailStructEmailAddr

type SendPulseSendEmailStructEmailAddr struct {
	Name  string `json:"name"`
	EMail string `json:"email"`
}

type SendPulseSendEmailStructEmailAddrList

type SendPulseSendEmailStructEmailAddrList []SendPulseSendEmailStructEmailAddr

type TokenResponse

type TokenResponse struct {
	AccessToken string `json:"access_token"`
	TokenType   string `json:"token_type"`
	ExpiresIn   int    `json:"expires_in"`
}

Jump to

Keyboard shortcuts

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