GoogleDrive::TeamDrive
Inherits OpenApi::Json / OpenApi::Validatable / JSON::Serializable::Unmapped / JSON::Serializable / Reference / Object
Deprecated: use the drive collection instead.
Constructors
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] background_image_file Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] background_image_link Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] capabilities Object to be assigned
The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId.
Custom attribute writer method checking allowed values (enum). @param [Object] color_rgb Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] created_time Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] id Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] kind Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] name Object to be assigned
The organizational unit of this shared drive. This field is only populated on drives.list responses when the useDomainAdminAccess parameter is set to true.
Custom attribute writer method checking allowed values (enum). @param [Object] org_unit_id Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] restrictions Object to be assigned
The ID of the theme from which the background image and color will be set. The set of possible teamDriveThemes can be retrieved from a drive.about.get response. When not specified on a drive.teamdrives.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.
Custom attribute writer method checking allowed values (enum). @param [Object] theme_id Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid