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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  import "time"
     6  
     7  // NamedLocation undocumented
     8  type NamedLocation struct {
     9  	// Entity is the base model of NamedLocation
    10  	Entity
    11  	// DisplayName undocumented
    12  	DisplayName *string `json:"displayName,omitempty"`
    13  	// CreatedDateTime undocumented
    14  	CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
    15  	// ModifiedDateTime undocumented
    16  	ModifiedDateTime *time.Time `json:"modifiedDateTime,omitempty"`
    17  }