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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // DateTimeColumn undocumented
     6  type DateTimeColumn struct {
     7  	// Object is the base model of DateTimeColumn
     8  	Object
     9  	// DisplayAs undocumented
    10  	DisplayAs *string `json:"displayAs,omitempty"`
    11  	// Format undocumented
    12  	Format *string `json:"format,omitempty"`
    13  }
    14  
    15  // DateTimeTimeZone undocumented
    16  type DateTimeTimeZone struct {
    17  	// Object is the base model of DateTimeTimeZone
    18  	Object
    19  	// DateTime undocumented
    20  	DateTime *string `json:"dateTime,omitempty"`
    21  	// TimeZone undocumented
    22  	TimeZone *string `json:"timeZone,omitempty"`
    23  }