Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Basal ¶
type Basal struct {
types.Base `bson:",inline"`
DeliveryType string `json:"deliveryType,omitempty" bson:"deliveryType,omitempty"`
}
func (*Basal) IdentityFields ¶
type Suppressed ¶
type Suppressed struct {
Type *string `json:"type,omitempty" bson:"type,omitempty"`
DeliveryType *string `json:"deliveryType,omitempty" bson:"deliveryType,omitempty"`
Rate *float64 `json:"rate,omitempty" bson:"rate,omitempty"`
ScheduleName *string `json:"scheduleName,omitempty" bson:"scheduleName,omitempty"`
Annotations *[]interface{} `json:"annotations,omitempty" bson:"annotations,omitempty"`
Suppressed *Suppressed `json:"suppressed,omitempty" bson:"suppressed,omitempty"`
}
func NewSuppressed ¶
func NewSuppressed() *Suppressed
func ParseSuppressed ¶
func ParseSuppressed(parser data.ObjectParser) *Suppressed
func (*Suppressed) HasDeliveryTypeOneOf ¶ added in v1.20.0
func (s *Suppressed) HasDeliveryTypeOneOf(deliveryTypes []string) bool
func (*Suppressed) Parse ¶
func (s *Suppressed) Parse(parser data.ObjectParser)
Click to show internal directories.
Click to hide internal directories.