Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Direction ¶
type Direction int8
Direction order direction.
func (*Direction) UnmarshalJSON ¶
UnmarshalJSON parses the json bytes into a Direction value.
type SuppressionListField ¶
type SuppressionListField int8
SuppressionListField client suppression list order field.
const ( // BySuppressedEmailAddress email address. BySuppressedEmailAddress SuppressionListField = iota // BySuppressionDate suppression date. BySuppressionDate )
func (SuppressionListField) String ¶
func (f SuppressionListField) String() string
String Stringer implementation
func (*SuppressionListField) UnmarshalJSON ¶
func (f *SuppressionListField) UnmarshalJSON(bytes []byte) error
UnmarshalJSON parses the json bytes into a SuppressionListField value.
Click to show internal directories.
Click to hide internal directories.