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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Contract undocumented
     6  type Contract struct {
     7  	// DirectoryObject is the base model of Contract
     8  	DirectoryObject
     9  	// ContractType undocumented
    10  	ContractType *string `json:"contractType,omitempty"`
    11  	// CustomerID undocumented
    12  	CustomerID *UUID `json:"customerId,omitempty"`
    13  	// DefaultDomainName undocumented
    14  	DefaultDomainName *string `json:"defaultDomainName,omitempty"`
    15  	// DisplayName undocumented
    16  	DisplayName *string `json:"displayName,omitempty"`
    17  }