summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WelcomeScreenMeetingInformationEnum.go
blob: f9f944d9b0d06b33dd3c4dee3565c4c44961f4ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// WelcomeScreenMeetingInformation undocumented
type WelcomeScreenMeetingInformation int

const (
	// WelcomeScreenMeetingInformationVUserDefined undocumented
	WelcomeScreenMeetingInformationVUserDefined WelcomeScreenMeetingInformation = 0
	// WelcomeScreenMeetingInformationVShowOrganizerAndTimeOnly undocumented
	WelcomeScreenMeetingInformationVShowOrganizerAndTimeOnly WelcomeScreenMeetingInformation = 1
	// WelcomeScreenMeetingInformationVShowOrganizerAndTimeAndSubject undocumented
	WelcomeScreenMeetingInformationVShowOrganizerAndTimeAndSubject WelcomeScreenMeetingInformation = 2
)

// WelcomeScreenMeetingInformationPUserDefined returns a pointer to WelcomeScreenMeetingInformationVUserDefined
func WelcomeScreenMeetingInformationPUserDefined() *WelcomeScreenMeetingInformation {
	v := WelcomeScreenMeetingInformationVUserDefined
	return &v
}

// WelcomeScreenMeetingInformationPShowOrganizerAndTimeOnly returns a pointer to WelcomeScreenMeetingInformationVShowOrganizerAndTimeOnly
func WelcomeScreenMeetingInformationPShowOrganizerAndTimeOnly() *WelcomeScreenMeetingInformation {
	v := WelcomeScreenMeetingInformationVShowOrganizerAndTimeOnly
	return &v
}

// WelcomeScreenMeetingInformationPShowOrganizerAndTimeAndSubject returns a pointer to WelcomeScreenMeetingInformationVShowOrganizerAndTimeAndSubject
func WelcomeScreenMeetingInformationPShowOrganizerAndTimeAndSubject() *WelcomeScreenMeetingInformation {
	v := WelcomeScreenMeetingInformationVShowOrganizerAndTimeAndSubject
	return &v
}