class Google::Apis::CloudresourcemanagerV1beta1::OrganizationOwner
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.
Attributes
directory_customer_id[RW]
The G Suite customer id used in the Directory API. Corresponds to the JSON property `directoryCustomerId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudresourcemanager_v1beta1/classes.rb, line 833 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# 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