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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ServiceStartType undocumented
     6  type ServiceStartType string
     7  
     8  const (
     9  	// ServiceStartTypeVManual undocumented
    10  	ServiceStartTypeVManual ServiceStartType = "manual"
    11  	// ServiceStartTypeVAutomatic undocumented
    12  	ServiceStartTypeVAutomatic ServiceStartType = "automatic"
    13  	// ServiceStartTypeVDisabled undocumented
    14  	ServiceStartTypeVDisabled ServiceStartType = "disabled"
    15  )
    16  
    17  var (
    18  	// ServiceStartTypePManual is a pointer to ServiceStartTypeVManual
    19  	ServiceStartTypePManual = &_ServiceStartTypePManual
    20  	// ServiceStartTypePAutomatic is a pointer to ServiceStartTypeVAutomatic
    21  	ServiceStartTypePAutomatic = &_ServiceStartTypePAutomatic
    22  	// ServiceStartTypePDisabled is a pointer to ServiceStartTypeVDisabled
    23  	ServiceStartTypePDisabled = &_ServiceStartTypePDisabled
    24  )
    25  
    26  var (
    27  	_ServiceStartTypePManual    = ServiceStartTypeVManual
    28  	_ServiceStartTypePAutomatic = ServiceStartTypeVAutomatic
    29  	_ServiceStartTypePDisabled  = ServiceStartTypeVDisabled
    30  )