#include <organization_owner.h>
The entity that owns an Organization. The lifetime of the Organization and all of its descendants are bound to the OrganizationOwner. If the OrganizationOwner is deleted, the Organization and all its descendants will be deleted.
◆ OrganizationOwner() [1/2]
| google_cloudresourcemanager_api::OrganizationOwner::OrganizationOwner |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ OrganizationOwner() [2/2]
| google_cloudresourcemanager_api::OrganizationOwner::OrganizationOwner |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~OrganizationOwner()
| google_cloudresourcemanager_api::OrganizationOwner::~OrganizationOwner |
( |
| ) |
|
|
virtual |
◆ clear_directory_customer_id()
| void google_cloudresourcemanager_api::OrganizationOwner::clear_directory_customer_id |
( |
| ) |
|
|
inline |
Clears the 'directoryCustomerId' attribute.
◆ get_directory_customer_id()
| const StringPiece google_cloudresourcemanager_api::OrganizationOwner::get_directory_customer_id |
( |
| ) |
const |
|
inline |
Get the value of the 'directoryCustomerId' attribute.
◆ GetTypeName()
| const StringPiece google_cloudresourcemanager_api::OrganizationOwner::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_directory_customer_id()
| bool google_cloudresourcemanager_api::OrganizationOwner::has_directory_customer_id |
( |
| ) |
const |
|
inline |
Determine if the 'directoryCustomerId' attribute was set.
- Returns
- true if the '
directoryCustomerId' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_directory_customer_id()
| void google_cloudresourcemanager_api::OrganizationOwner::set_directory_customer_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'directoryCustomerId' attribute.
The G Suite customer id used in the Directory API.
- Parameters
-
The documentation for this class was generated from the following files:
- google/cloudresourcemanager_api/organization_owner.h
- google/cloudresourcemanager_api/organization_owner.cc