Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

// Code generated by msgraph-generate.go DO NOT EDIT. | |
package msgraph | |
// DirectoryRoleTemplate undocumented | |
type DirectoryRoleTemplate struct { | |
// DirectoryObject is the base model of DirectoryRoleTemplate | |
DirectoryObject | |
// Description undocumented | |
Description *string `json:"description,omitempty"` | |
// DisplayName undocumented | |
DisplayName *string `json:"displayName,omitempty"` | |
} |