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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // VerifiedDomain undocumented
     6  type VerifiedDomain struct {
     7  	// Object is the base model of VerifiedDomain
     8  	Object
     9  	// Capabilities undocumented
    10  	Capabilities *string `json:"capabilities,omitempty"`
    11  	// IsDefault undocumented
    12  	IsDefault *bool `json:"isDefault,omitempty"`
    13  	// IsInitial undocumented
    14  	IsInitial *bool `json:"isInitial,omitempty"`
    15  	// Name undocumented
    16  	Name *string `json:"name,omitempty"`
    17  	// Type undocumented
    18  	Type *string `json:"type,omitempty"`
    19  }