Class File.LinkShareMetadataData
Contains details about the link URLs that clients are using to refer to this item.
Inherited Members
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class File.LinkShareMetadataData
Properties
SecurityUpdateEligible
Output only. Whether the file is eligible for security update.
Declaration
[JsonProperty("securityUpdateEligible")]
public virtual bool? SecurityUpdateEligible { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SecurityUpdateEnabled
Output only. Whether the security update is enabled for this file.
Declaration
[JsonProperty("securityUpdateEnabled")]
public virtual bool? SecurityUpdateEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |