#include <conference_parameters_add_on_parameters.h>
◆ ConferenceParametersAddOnParameters() [1/2]
| google_calendar_api::ConferenceParametersAddOnParameters::ConferenceParametersAddOnParameters |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ConferenceParametersAddOnParameters() [2/2]
| google_calendar_api::ConferenceParametersAddOnParameters::ConferenceParametersAddOnParameters |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~ConferenceParametersAddOnParameters()
| google_calendar_api::ConferenceParametersAddOnParameters::~ConferenceParametersAddOnParameters |
( |
| ) |
|
|
virtual |
◆ clear_parameters()
| void google_calendar_api::ConferenceParametersAddOnParameters::clear_parameters |
( |
| ) |
|
|
inline |
Clears the 'parameters' attribute.
◆ get_parameters()
| const client::JsonCppAssociativeArray<string > google_calendar_api::ConferenceParametersAddOnParameters::get_parameters |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'parameters' attribute.
◆ GetTypeName()
| const StringPiece google_calendar_api::ConferenceParametersAddOnParameters::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_parameters()
| bool google_calendar_api::ConferenceParametersAddOnParameters::has_parameters |
( |
| ) |
const |
|
inline |
Determine if the 'parameters' attribute was set.
- Returns
- true if the '
parameters' attribute was set.
◆ mutable_parameters()
| client::JsonCppAssociativeArray<string > google_calendar_api::ConferenceParametersAddOnParameters::mutable_parameters |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'parameters' property.
- 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: