Class: Google::Apis::AdminDirectoryV1::Schemas

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 Schema 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) ⇒ Schemas

Returns a new instance of Schemas



2678
2679
2680
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2678

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

Instance Attribute Details

#etagString

ETag of the resource. Corresponds to the JSON property etag

Returns:

  • (String)


2666
2667
2668
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2666

def etag
  @etag
end

#kindString

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

Returns:

  • (String)


2671
2672
2673
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2671

def kind
  @kind
end

#schemasArray<Google::Apis::AdminDirectoryV1::Schema>

List of UserSchema objects. Corresponds to the JSON property schemas



2676
2677
2678
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2676

def schemas
  @schemas
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2683
2684
2685
2686
2687
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 2683

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