class Google::Apis::VaultV1::OrgUnitInfo
The organizational unit to search
Attributes
org_unit_id[RW]
The name of the organizational unit to search, as provided by the [Admin SDK Directory API](developers.google.com/admin-sdk/directory/). Corresponds to the JSON property `orgUnitId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 1471 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vault_v1/classes.rb, line 1476 def update!(**args) @org_unit_id = args[:org_unit_id] if args.key?(:org_unit_id) end