Show / Hide Table of Contents

Class File.LinkShareMetadataData

Contains details about the link URLs that clients are using to refer to this item.

Inheritance
object
File.LinkShareMetadataData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.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?
In this article
Back to top Generated by DocFX