class Google::Apis::AdminDirectoryV1::Aliases

JSON response template to list aliases in Directory API.

Attributes

aliases[RW]

Corresponds to the JSON property `aliases` @return [Array<Object>]

etag[RW]

Corresponds to the JSON property `etag` @return [String]

kind[RW]

Corresponds to the JSON property `kind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/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 lib/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