Class: Google::Apis::CloudresourcemanagerV1::OrganizationOwner
- Inherits:
-
Object
- Object
- Google::Apis::CloudresourcemanagerV1::OrganizationOwner
- Defined in:
- generated/google/apis/cloudresourcemanager_v1/classes.rb,
generated/google/apis/cloudresourcemanager_v1/representations.rb,
generated/google/apis/cloudresourcemanager_v1/representations.rb
Overview
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.
Instance Attribute Summary collapse
-
#directory_customer_id ⇒ String
The Google for Work customer id used in the Directory API.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OrganizationOwner
constructor
A new instance of OrganizationOwner.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ OrganizationOwner
Returns a new instance of OrganizationOwner
1511 1512 1513 |
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 1511 def initialize(**args) update!(**args) end |
Instance Attribute Details
#directory_customer_id ⇒ String
The Google for Work customer id used in the Directory API.
Corresponds to the JSON property directoryCustomerId
1509 1510 1511 |
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 1509 def directory_customer_id @directory_customer_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1516 1517 1518 |
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 1516 def update!(**args) @directory_customer_id = args[:directory_customer_id] if args.key?(:directory_customer_id) end |