class Google::Apis::AdminDirectoryV1::Aliases

JSON response template to list aliases in Directory API.

Attributes

aliases[RW]

List of alias objects. Corresponds to the JSON property `aliases` @return [Array<Google::Apis::AdminDirectoryV1::Alias>]

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]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/admin_directory_v1/classes.rb, line 92
def update!(**args)
  @aliases = args[:aliases] if args.key?(:aliases)
  @etag = args[:etag] if args.key?(:etag)
  @kind = args[:kind] if args.key?(:kind)
end