Class: Google::Apis::AdminDirectoryV1::OrgUnits

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/admin_directory_v1/classes.rb,
generated/google/apis/admin_directory_v1/representations.rb,
generated/google/apis/admin_directory_v1/representations.rb

Overview

JSON response template for List Organization Units operation in Directory API.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ OrgUnits

Returns a new instance of OrgUnits.



2455
2456
2457
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2455

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#etagString

ETag of the resource. Corresponds to the JSON property etag

Returns:

  • (String)


2443
2444
2445
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2443

def etag
  @etag
end

#kindString

Kind of resource this is. Corresponds to the JSON property kind

Returns:

  • (String)


2448
2449
2450
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2448

def kind
  @kind
end

#organization_unitsArray<Google::Apis::AdminDirectoryV1::OrgUnit>

List of user objects. Corresponds to the JSON property organizationUnits



2453
2454
2455
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2453

def organization_units
  @organization_units
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2460
2461
2462
2463
2464
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2460

def update!(**args)
  @etag = args[:etag] if args.key?(:etag)
  @kind = args[:kind] if args.key?(:kind)
  @organization_units = args[:organization_units] if args.key?(:organization_units)
end