#include <conference_parameters.h>
◆ ConferenceParameters() [1/2]
| google_calendar_api::ConferenceParameters::ConferenceParameters |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ConferenceParameters() [2/2]
| google_calendar_api::ConferenceParameters::ConferenceParameters |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~ConferenceParameters()
| google_calendar_api::ConferenceParameters::~ConferenceParameters |
( |
| ) |
|
|
virtual |
◆ clear_add_on_parameters()
| void google_calendar_api::ConferenceParameters::clear_add_on_parameters |
( |
| ) |
|
|
inline |
Clears the 'addOnParameters' attribute.
◆ get_add_on_parameters()
Get a reference to the value of the 'addOnParameters' attribute.
◆ GetTypeName()
| const StringPiece google_calendar_api::ConferenceParameters::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_add_on_parameters()
| bool google_calendar_api::ConferenceParameters::has_add_on_parameters |
( |
| ) |
const |
|
inline |
Determine if the 'addOnParameters' attribute was set.
- Returns
- true if the '
addOnParameters' attribute was set.
◆ mutable_addOnParameters()
Gets a reference to a mutable value of the 'addOnParameters' property.
Additional add-on specific data.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: