v1alpha

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VoiceMailRecord

type VoiceMailRecord struct {
	ID             primitive.ObjectID `json:"_id,omitempty" bson:"_id,omitempty"`
	From           string             `json:"from,omitempty" bson:"from,omitempty"`
	CustomerID     string             `json:"customerID,omitempty" bson:"customerID,omitempty"`
	CustomerSource string             `json:"customerSource,omitempty" bson:"customerSource,omitempty"`
	Date           time.Time          `json:"date,omitempty" bson:"date,omitempty"`
	DateStr        string             `json:"datestr,omitempty" bson:"datestr,omitempty"`
	Read           bool               `json:"read,omitempty" bson:"read,omitempty"`
	Filename       string             `json:"filename,omitempty" bson:"filename,omitempty"`
	Name           string             `json:"name,omitempty" bson:"name,omitempty"`
}

VoiceMailRecord represents a single voicemail record.

Jump to

Keyboard shortcuts

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