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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Endpoint undocumented
     6  type Endpoint struct {
     7  	// DirectoryObject is the base model of Endpoint
     8  	DirectoryObject
     9  	// Capability undocumented
    10  	Capability *string `json:"capability,omitempty"`
    11  	// ProviderID undocumented
    12  	ProviderID *string `json:"providerId,omitempty"`
    13  	// ProviderName undocumented
    14  	ProviderName *string `json:"providerName,omitempty"`
    15  	// URI undocumented
    16  	URI *string `json:"uri,omitempty"`
    17  	// ProviderResourceID undocumented
    18  	ProviderResourceID *string `json:"providerResourceId,omitempty"`
    19  }