#include <about.h>
◆ AboutTeamDriveThemes() [1/2]
google_drive_api::About::AboutTeamDriveThemes::AboutTeamDriveThemes |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ AboutTeamDriveThemes() [2/2]
google_drive_api::About::AboutTeamDriveThemes::AboutTeamDriveThemes |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~AboutTeamDriveThemes()
google_drive_api::About::AboutTeamDriveThemes::~AboutTeamDriveThemes |
( |
| ) |
|
|
virtual |
◆ clear_background_image_link()
void google_drive_api::About::AboutTeamDriveThemes::clear_background_image_link |
( |
| ) |
|
|
inline |
Clears the 'backgroundImageLink
' attribute.
◆ clear_color_rgb()
void google_drive_api::About::AboutTeamDriveThemes::clear_color_rgb |
( |
| ) |
|
|
inline |
Clears the 'colorRgb
' attribute.
◆ clear_id()
void google_drive_api::About::AboutTeamDriveThemes::clear_id |
( |
| ) |
|
|
inline |
Clears the 'id
' attribute.
◆ get_background_image_link()
const StringPiece google_drive_api::About::AboutTeamDriveThemes::get_background_image_link |
( |
| ) |
const |
|
inline |
Get the value of the 'backgroundImageLink
' attribute.
◆ get_color_rgb()
const StringPiece google_drive_api::About::AboutTeamDriveThemes::get_color_rgb |
( |
| ) |
const |
|
inline |
Get the value of the 'colorRgb
' attribute.
◆ get_id()
const StringPiece google_drive_api::About::AboutTeamDriveThemes::get_id |
( |
| ) |
const |
|
inline |
Get the value of the 'id
' attribute.
◆ GetTypeName()
const StringPiece google_drive_api::About::AboutTeamDriveThemes::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_drive_api::AboutTeamDriveThemes
◆ has_background_image_link()
bool google_drive_api::About::AboutTeamDriveThemes::has_background_image_link |
( |
| ) |
const |
|
inline |
Determine if the 'backgroundImageLink
' attribute was set.
- Returns
- true if the '
backgroundImageLink
' attribute was set.
◆ has_color_rgb()
bool google_drive_api::About::AboutTeamDriveThemes::has_color_rgb |
( |
| ) |
const |
|
inline |
Determine if the 'colorRgb
' attribute was set.
- Returns
- true if the '
colorRgb
' attribute was set.
◆ has_id()
bool google_drive_api::About::AboutTeamDriveThemes::has_id |
( |
| ) |
const |
|
inline |
Determine if the 'id
' attribute was set.
- Returns
- true if the '
id
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_background_image_link()
void google_drive_api::About::AboutTeamDriveThemes::set_background_image_link |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'backgroundImageLink
' attribute.
- Deprecated:
Deprecated - use driveThemes/backgroundImageLink instead.
- Parameters
-
◆ set_color_rgb()
void google_drive_api::About::AboutTeamDriveThemes::set_color_rgb |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'colorRgb
' attribute.
- Deprecated:
Deprecated - use driveThemes/colorRgb instead.
- Parameters
-
◆ set_id()
void google_drive_api::About::AboutTeamDriveThemes::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id
' attribute.
- Deprecated:
Deprecated - use driveThemes/id instead.
- Parameters
-
The documentation for this class was generated from the following files:
- google/drive_api/about.h
- google/drive_api/about.cc