class Google::Apis::AdminDirectoryV1::Schemas

JSON response template for List Schema operation in Directory API.

Attributes

etag[RW]

ETag of the resource. Corresponds to the JSON property `etag` @return [String]

kind[RW]

Kind of resource this is. Corresponds to the JSON property `kind` @return [String]

schemas[RW]

List of UserSchema objects. Corresponds to the JSON property `schemas` @return [Array<Google::Apis::AdminDirectoryV1::Schema>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/admin_directory_v1/classes.rb, line 3497
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/admin_directory_v1/classes.rb, line 3502
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