models_pkg

package
v0.0.0-...-4b08ca5 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CancelScheduledMessageRequest

type CancelScheduledMessageRequest struct {
	Status string `json:"status" form:"status"` //TODO: Write general description for this field
}

* Structure for the custom type CancelScheduledMessageRequest

type CheckDeliveryReportsResponse

type CheckDeliveryReportsResponse struct {
	DeliveryReports []interface{} `json:"delivery_reports" form:"delivery_reports"` //TODO: Write general description for this field
}

* Structure for the custom type CheckDeliveryReportsResponse

type CheckRepliesResponse

type CheckRepliesResponse struct {
	Replies []interface{} `json:"replies" form:"replies"` //TODO: Write general description for this field
}

* Structure for the custom type CheckRepliesResponse

type ConfirmDeliveryReportsAsReceivedRequest

type ConfirmDeliveryReportsAsReceivedRequest struct {
	DeliveryReportIds []string `json:"delivery_report_ids" form:"delivery_report_ids"` //TODO: Write general description for this field
}

* Structure for the custom type ConfirmDeliveryReportsAsReceivedRequest

type ConfirmDeliveryReportsAsReceivedRequest11

type ConfirmDeliveryReportsAsReceivedRequest11 struct {
	DeliveryReportIds []uuid.UUID `json:"delivery_report_ids" form:"delivery_report_ids"` //TODO: Write general description for this field
}

* Structure for the custom type ConfirmDeliveryReportsAsReceivedRequest11

type ConfirmRepliesAsReceivedRequest

type ConfirmRepliesAsReceivedRequest struct {
	ReplyIds []string `json:"reply_ids" form:"reply_ids"` //TODO: Write general description for this field
}

* Structure for the custom type ConfirmRepliesAsReceivedRequest

type ConfirmRepliesAsReceivedRequest8

type ConfirmRepliesAsReceivedRequest8 struct {
	ReplyIds []uuid.UUID `json:"reply_ids" form:"reply_ids"` //TODO: Write general description for this field
}

* Structure for the custom type ConfirmRepliesAsReceivedRequest8

type SendMessagesRequest

type SendMessagesRequest struct {
	Messages []interface{} `json:"messages" form:"messages"` //TODO: Write general description for this field
}

* Structure for the custom type SendMessagesRequest

type SendMessagesResponse

type SendMessagesResponse struct {
	Messages []interface{} `json:"messages" form:"messages"` //TODO: Write general description for this field
}

* Structure for the custom type SendMessagesResponse

Jump to

Keyboard shortcuts

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