drive  v3
Classes | Properties | List of all members
Google.Apis.Drive.v3.Data.Drive Class Reference

Representation of a shared drive. More...

Inheritance diagram for Google.Apis.Drive.v3.Data.Drive:
Google::Apis::Requests::IDirectResponseSchema

Classes

class  BackgroundImageFileData
 An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. More...
 
class  CapabilitiesData
 Capabilities the current user has on this shared drive. More...
 
class  RestrictionsData
 A set of restrictions that apply to this shared drive or items inside this shared drive. More...
 

Properties

virtual Drive.BackgroundImageFileData BackgroundImageFile [get, set]
 An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set. More...
 
virtual string BackgroundImageLink [get, set]
 A short-lived link to this shared drive's background image. More...
 
virtual Drive.CapabilitiesData Capabilities [get, set]
 Capabilities the current user has on this shared drive. More...
 
virtual string ColorRgb [get, set]
 The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId. More...
 
virtual string CreatedTimeRaw [get, set]
 The time at which the shared drive was created (RFC 3339 date-time). More...
 
virtual System.Nullable< System.DateTime > CreatedTime [get, set]
 
See also
System.DateTime

representation of CreatedTimeRaw. More...

 
virtual System.Nullable< bool > Hidden [get, set]
 Whether the shared drive is hidden from default view. More...
 
virtual string Id [get, set]
 The ID of this shared drive which is also the ID of the top level folder of this shared drive. More...
 
virtual string Kind [get, set]
 Identifies what kind of resource this is. Value: the fixed string "drive#drive". More...
 
virtual string Name [get, set]
 The name of this shared drive. More...
 
virtual Drive.RestrictionsData Restrictions [get, set]
 A set of restrictions that apply to this shared drive or items inside this shared drive. More...
 
virtual string ThemeId [get, set]
 The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Representation of a shared drive.

Property Documentation

◆ BackgroundImageFile

virtual Drive.BackgroundImageFileData Google.Apis.Drive.v3.Data.Drive.BackgroundImageFile
getset

An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives.update requests that don't set themeId. When specified, all fields of the backgroundImageFile must be set.

◆ BackgroundImageLink

virtual string Google.Apis.Drive.v3.Data.Drive.BackgroundImageLink
getset

A short-lived link to this shared drive's background image.

◆ Capabilities

virtual Drive.CapabilitiesData Google.Apis.Drive.v3.Data.Drive.Capabilities
getset

Capabilities the current user has on this shared drive.

◆ ColorRgb

virtual string Google.Apis.Drive.v3.Data.Drive.ColorRgb
getset

The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.

◆ CreatedTime

virtual System.Nullable<System.DateTime> Google.Apis.Drive.v3.Data.Drive.CreatedTime
getset

See also
System.DateTime

representation of CreatedTimeRaw.

◆ CreatedTimeRaw

virtual string Google.Apis.Drive.v3.Data.Drive.CreatedTimeRaw
getset

The time at which the shared drive was created (RFC 3339 date-time).

◆ ETag

virtual string Google.Apis.Drive.v3.Data.Drive.ETag
getset

The ETag of the item.

◆ Hidden

virtual System.Nullable<bool> Google.Apis.Drive.v3.Data.Drive.Hidden
getset

Whether the shared drive is hidden from default view.

◆ Id

virtual string Google.Apis.Drive.v3.Data.Drive.Id
getset

The ID of this shared drive which is also the ID of the top level folder of this shared drive.

◆ Kind

virtual string Google.Apis.Drive.v3.Data.Drive.Kind
getset

Identifies what kind of resource this is. Value: the fixed string "drive#drive".

◆ Name

virtual string Google.Apis.Drive.v3.Data.Drive.Name
getset

The name of this shared drive.

◆ Restrictions

virtual Drive.RestrictionsData Google.Apis.Drive.v3.Data.Drive.Restrictions
getset

A set of restrictions that apply to this shared drive or items inside this shared drive.

◆ ThemeId

virtual string Google.Apis.Drive.v3.Data.Drive.ThemeId
getset

The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. When not specified on a drive.drives.create request, a random theme is chosen from which the background image and color are set. This is a write-only field; it can only be set on requests that don't set colorRgb or backgroundImageFile.


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