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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ReferenceAttachment undocumented
     6  type ReferenceAttachment struct {
     7  	// Attachment is the base model of ReferenceAttachment
     8  	Attachment
     9  	// SourceURL undocumented
    10  	SourceURL *string `json:"sourceUrl,omitempty"`
    11  	// ProviderType undocumented
    12  	ProviderType *ReferenceAttachmentProvider `json:"providerType,omitempty"`
    13  	// ThumbnailURL undocumented
    14  	ThumbnailURL *string `json:"thumbnailUrl,omitempty"`
    15  	// PreviewURL undocumented
    16  	PreviewURL *string `json:"previewUrl,omitempty"`
    17  	// Permission undocumented
    18  	Permission *ReferenceAttachmentPermission `json:"permission,omitempty"`
    19  	// IsFolder undocumented
    20  	IsFolder *bool `json:"isFolder,omitempty"`
    21  }