calendar  v3
Public Member Functions | Static Public Member Functions | List of all members
google_calendar_api::ConferenceParametersAddOnParameters Class Reference

#include <conference_parameters_add_on_parameters.h>

Inheritance diagram for google_calendar_api::ConferenceParametersAddOnParameters:

Public Member Functions

 ConferenceParametersAddOnParameters (const Json::Value &storage)
 
 ConferenceParametersAddOnParameters (Json::Value *storage)
 
virtual ~ConferenceParametersAddOnParameters ()
 
const StringPiece GetTypeName () const
 
bool has_parameters () const
 
void clear_parameters ()
 
const client::JsonCppAssociativeArray< string > get_parameters () const
 
client::JsonCppAssociativeArray< string > mutable_parameters ()
 

Static Public Member Functions

static ConferenceParametersAddOnParametersNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ConferenceParametersAddOnParameters() [1/2]

google_calendar_api::ConferenceParametersAddOnParameters::ConferenceParametersAddOnParameters ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~ConferenceParametersAddOnParameters()

google_calendar_api::ConferenceParametersAddOnParameters::~ConferenceParametersAddOnParameters ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_calendar_api::ConferenceParametersAddOnParameters

◆ 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()

ConferenceParametersAddOnParameters * google_calendar_api::ConferenceParametersAddOnParameters::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: