| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Pointer to SharingLinkType | [optional] | |
| PreventsDownload | Pointer to bool | If `true` then the user can only use this link to view the item on the web, and cannot use it to download the contents of the item. | [optional] [readonly] |
| WebUrl | Pointer to string | A URL that opens the item in the browser on the website. | [optional] [readonly] |
| LibreGraphDisplayName | Pointer to string | Provides a user-visible display name of the link. Optional. Libregraph only. | [optional] |
| LibreGraphQuickLink | Pointer to bool | The quicklink property can be assigned to only one link per resource. A quicklink can be used in the clients to provide a one-click copy to clipboard action. Optional. Libregraph only. | [optional] |
func NewSharingLink() *SharingLink
NewSharingLink instantiates a new SharingLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSharingLinkWithDefaults() *SharingLink
NewSharingLinkWithDefaults instantiates a new SharingLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *SharingLink) GetType() SharingLinkType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SharingLink) GetTypeOk() (*SharingLinkType, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharingLink) SetType(v SharingLinkType)
SetType sets Type field to given value.
func (o *SharingLink) HasType() bool
HasType returns a boolean if a field has been set.
func (o *SharingLink) GetPreventsDownload() bool
GetPreventsDownload returns the PreventsDownload field if non-nil, zero value otherwise.
func (o *SharingLink) GetPreventsDownloadOk() (*bool, bool)
GetPreventsDownloadOk returns a tuple with the PreventsDownload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharingLink) SetPreventsDownload(v bool)
SetPreventsDownload sets PreventsDownload field to given value.
func (o *SharingLink) HasPreventsDownload() bool
HasPreventsDownload returns a boolean if a field has been set.
func (o *SharingLink) GetWebUrl() string
GetWebUrl returns the WebUrl field if non-nil, zero value otherwise.
func (o *SharingLink) GetWebUrlOk() (*string, bool)
GetWebUrlOk returns a tuple with the WebUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharingLink) SetWebUrl(v string)
SetWebUrl sets WebUrl field to given value.
func (o *SharingLink) HasWebUrl() bool
HasWebUrl returns a boolean if a field has been set.
func (o *SharingLink) GetLibreGraphDisplayName() string
GetLibreGraphDisplayName returns the LibreGraphDisplayName field if non-nil, zero value otherwise.
func (o *SharingLink) GetLibreGraphDisplayNameOk() (*string, bool)
GetLibreGraphDisplayNameOk returns a tuple with the LibreGraphDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharingLink) SetLibreGraphDisplayName(v string)
SetLibreGraphDisplayName sets LibreGraphDisplayName field to given value.
func (o *SharingLink) HasLibreGraphDisplayName() bool
HasLibreGraphDisplayName returns a boolean if a field has been set.
func (o *SharingLink) GetLibreGraphQuickLink() bool
GetLibreGraphQuickLink returns the LibreGraphQuickLink field if non-nil, zero value otherwise.
func (o *SharingLink) GetLibreGraphQuickLinkOk() (*bool, bool)
GetLibreGraphQuickLinkOk returns a tuple with the LibreGraphQuickLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SharingLink) SetLibreGraphQuickLink(v bool)
SetLibreGraphQuickLink sets LibreGraphQuickLink field to given value.
func (o *SharingLink) HasLibreGraphQuickLink() bool
HasLibreGraphQuickLink returns a boolean if a field has been set.