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 Google for Work 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 generated/google/apis/cloudresourcemanager_v1beta1/classes.rb, line 439 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/cloudresourcemanager_v1beta1/classes.rb, line 444 def update!(**args) @directory_customer_id = args[:directory_customer_id] if args.key?(:directory_customer_id) end