|
discovery
v1
|
#include <json_schema.h>
Public Member Functions | |
| JsonSchemaAnnotations (const Json::Value &storage) | |
| JsonSchemaAnnotations (Json::Value *storage) | |
| virtual | ~JsonSchemaAnnotations () |
| const StringPiece | GetTypeName () const |
| bool | has_required () const |
| void | clear_required () |
| const client::JsonCppArray< string > | get_required () const |
| client::JsonCppArray< string > | mutable_required () |
Static Public Member Functions | |
| static JsonSchemaAnnotations * | New () |
Additional information about this property.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'required' attribute.
|
inline |
Get a reference to the value of the 'required' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_discovery_api::JsonSchemaAnnotations
|
inline |
Determine if the 'required' attribute was set.
required' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'required' property.
A list of methods for which this property is required on requests.
|
static |
Creates a new default instance.