Class: Google::Apis::CloudresourcemanagerV1beta1::OrganizationOwner
- Inherits:
-
Object
- Object
- Google::Apis::CloudresourcemanagerV1beta1::OrganizationOwner
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudresourcemanager_v1beta1/classes.rb,
lib/google/apis/cloudresourcemanager_v1beta1/representations.rb,
lib/google/apis/cloudresourcemanager_v1beta1/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 G Suite 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.
Constructor Details
#initialize(**args) ⇒ OrganizationOwner
Returns a new instance of OrganizationOwner.
833 834 835 |
# File 'lib/google/apis/cloudresourcemanager_v1beta1/classes.rb', line 833 def initialize(**args) update!(**args) end |
Instance Attribute Details
#directory_customer_id ⇒ String
The G Suite customer id used in the Directory API.
Corresponds to the JSON property directoryCustomerId
831 832 833 |
# File 'lib/google/apis/cloudresourcemanager_v1beta1/classes.rb', line 831 def directory_customer_id @directory_customer_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
838 839 840 |
# File 'lib/google/apis/cloudresourcemanager_v1beta1/classes.rb', line 838 def update!(**args) @directory_customer_id = args[:directory_customer_id] if args.key?(:directory_customer_id) end |