github.com/yaegashi/msgraph.go@v0.1.4/beta/EnumWebsite.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // WebsiteType undocumented
     6  type WebsiteType string
     7  
     8  const (
     9  	// WebsiteTypeVOther undocumented
    10  	WebsiteTypeVOther WebsiteType = "other"
    11  	// WebsiteTypeVHome undocumented
    12  	WebsiteTypeVHome WebsiteType = "home"
    13  	// WebsiteTypeVWork undocumented
    14  	WebsiteTypeVWork WebsiteType = "work"
    15  	// WebsiteTypeVBlog undocumented
    16  	WebsiteTypeVBlog WebsiteType = "blog"
    17  	// WebsiteTypeVProfile undocumented
    18  	WebsiteTypeVProfile WebsiteType = "profile"
    19  )
    20  
    21  var (
    22  	// WebsiteTypePOther is a pointer to WebsiteTypeVOther
    23  	WebsiteTypePOther = &_WebsiteTypePOther
    24  	// WebsiteTypePHome is a pointer to WebsiteTypeVHome
    25  	WebsiteTypePHome = &_WebsiteTypePHome
    26  	// WebsiteTypePWork is a pointer to WebsiteTypeVWork
    27  	WebsiteTypePWork = &_WebsiteTypePWork
    28  	// WebsiteTypePBlog is a pointer to WebsiteTypeVBlog
    29  	WebsiteTypePBlog = &_WebsiteTypePBlog
    30  	// WebsiteTypePProfile is a pointer to WebsiteTypeVProfile
    31  	WebsiteTypePProfile = &_WebsiteTypePProfile
    32  )
    33  
    34  var (
    35  	_WebsiteTypePOther   = WebsiteTypeVOther
    36  	_WebsiteTypePHome    = WebsiteTypeVHome
    37  	_WebsiteTypePWork    = WebsiteTypeVWork
    38  	_WebsiteTypePBlog    = WebsiteTypeVBlog
    39  	_WebsiteTypePProfile = WebsiteTypeVProfile
    40  )