You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumWeek.go

41 lines
1.1 KiB
Go

// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// WeekIndex undocumented
type WeekIndex string
const (
// WeekIndexVFirst undocumented
WeekIndexVFirst WeekIndex = "first"
// WeekIndexVSecond undocumented
WeekIndexVSecond WeekIndex = "second"
// WeekIndexVThird undocumented
WeekIndexVThird WeekIndex = "third"
// WeekIndexVFourth undocumented
WeekIndexVFourth WeekIndex = "fourth"
// WeekIndexVLast undocumented
WeekIndexVLast WeekIndex = "last"
)
var (
// WeekIndexPFirst is a pointer to WeekIndexVFirst
WeekIndexPFirst = &_WeekIndexPFirst
// WeekIndexPSecond is a pointer to WeekIndexVSecond
WeekIndexPSecond = &_WeekIndexPSecond
// WeekIndexPThird is a pointer to WeekIndexVThird
WeekIndexPThird = &_WeekIndexPThird
// WeekIndexPFourth is a pointer to WeekIndexVFourth
WeekIndexPFourth = &_WeekIndexPFourth
// WeekIndexPLast is a pointer to WeekIndexVLast
WeekIndexPLast = &_WeekIndexPLast
)
var (
_WeekIndexPFirst = WeekIndexVFirst
_WeekIndexPSecond = WeekIndexVSecond
_WeekIndexPThird = WeekIndexVThird
_WeekIndexPFourth = WeekIndexVFourth
_WeekIndexPLast = WeekIndexVLast
)