#include <policies_update_response.h>
◆ PoliciesUpdateResponse() [1/2]
google_dns_api::PoliciesUpdateResponse::PoliciesUpdateResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ PoliciesUpdateResponse() [2/2]
google_dns_api::PoliciesUpdateResponse::PoliciesUpdateResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~PoliciesUpdateResponse()
google_dns_api::PoliciesUpdateResponse::~PoliciesUpdateResponse |
( |
| ) |
|
|
virtual |
◆ clear_header()
void google_dns_api::PoliciesUpdateResponse::clear_header |
( |
| ) |
|
|
inline |
Clears the 'header
' attribute.
◆ clear_policy()
void google_dns_api::PoliciesUpdateResponse::clear_policy |
( |
| ) |
|
|
inline |
Clears the 'policy
' attribute.
◆ get_header()
const ResponseHeader google_dns_api::PoliciesUpdateResponse::get_header |
( |
| ) |
const |
Get a reference to the value of the 'header
' attribute.
◆ get_policy()
const Policy google_dns_api::PoliciesUpdateResponse::get_policy |
( |
| ) |
const |
Get a reference to the value of the 'policy
' attribute.
◆ GetTypeName()
const StringPiece google_dns_api::PoliciesUpdateResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_header()
bool google_dns_api::PoliciesUpdateResponse::has_header |
( |
| ) |
const |
|
inline |
Determine if the 'header
' attribute was set.
- Returns
- true if the '
header
' attribute was set.
◆ has_policy()
bool google_dns_api::PoliciesUpdateResponse::has_policy |
( |
| ) |
const |
|
inline |
Determine if the 'policy
' attribute was set.
- Returns
- true if the '
policy
' attribute was set.
◆ mutable_header()
ResponseHeader google_dns_api::PoliciesUpdateResponse::mutable_header |
( |
| ) |
|
Gets a reference to a mutable value of the 'header
' property.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_policy()
Policy google_dns_api::PoliciesUpdateResponse::mutable_policy |
( |
| ) |
|
Gets a reference to a mutable value of the 'policy
' 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: