drive  v2
Properties | List of all members
Google.Apis.Drive.v2.Data.Property Class Reference

A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: - Maximum of 100 properties total per file - Maximum of 30 private properties per app - Maximum of 30 public properties - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property. More...

Inheritance diagram for Google.Apis.Drive.v2.Data.Property:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string ETag [get, set]
 ETag of the property. More...
 
virtual string Key [get, set]
 The key of this property. More...
 
virtual string Kind [get, set]
 This is always drive::property. More...
 
virtual string SelfLink [get, set]
 The link back to this property. More...
 
virtual string Value [get, set]
 The value of this property. More...
 
virtual string Visibility [get, set]
 The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE) More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A key-value pair attached to a file that is either public or private to an application. The following limits apply to file properties: - Maximum of 100 properties total per file - Maximum of 30 private properties per app - Maximum of 30 public properties - Maximum of 124 bytes size limit on (key + value) string in UTF-8 encoding for a single property.

Property Documentation

◆ ETag

virtual string Google.Apis.Drive.v2.Data.Property.ETag
getset

ETag of the property.

◆ Key

virtual string Google.Apis.Drive.v2.Data.Property.Key
getset

The key of this property.

◆ Kind

virtual string Google.Apis.Drive.v2.Data.Property.Kind
getset

This is always drive::property.

◆ SelfLink

virtual string Google.Apis.Drive.v2.Data.Property.SelfLink
getset

The link back to this property.

◆ Value

virtual string Google.Apis.Drive.v2.Data.Property.Value
getset

The value of this property.

◆ Visibility

virtual string Google.Apis.Drive.v2.Data.Property.Visibility
getset

The visibility of this property. Allowed values are PRIVATE and PUBLIC. (Default: PRIVATE)


The documentation for this class was generated from the following file: