class Google::Apis::DriveV3::About::TeamDriveTheme
Attributes
background_image_link[RW]
Deprecated - use driveThemes/backgroundImageLink instead. Corresponds to the JSON property `backgroundImageLink` @return [String]
color_rgb[RW]
Deprecated - use driveThemes/colorRgb instead. Corresponds to the JSON property `colorRgb` @return [String]
id[RW]
Deprecated - use driveThemes/id instead. Corresponds to the JSON property `id` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/drive_v3/classes.rb, line 207 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/drive_v3/classes.rb, line 212 def update!(**args) @background_image_link = args[:background_image_link] if args.key?(:background_image_link) @color_rgb = args[:color_rgb] if args.key?(:color_rgb) @id = args[:id] if args.key?(:id) end