github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelNumber.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // NumberColumn undocumented
     6  type NumberColumn struct {
     7  	// Object is the base model of NumberColumn
     8  	Object
     9  	// DecimalPlaces undocumented
    10  	DecimalPlaces *string `json:"decimalPlaces,omitempty"`
    11  	// DisplayAs undocumented
    12  	DisplayAs *string `json:"displayAs,omitempty"`
    13  	// Maximum undocumented
    14  	Maximum *float64 `json:"maximum,omitempty"`
    15  	// Minimum undocumented
    16  	Minimum *float64 `json:"minimum,omitempty"`
    17  }