class Google::Apis::AdminDirectoryV1::DomainAliases

Attributes

domain_aliases[RW]

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

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 lib/google/apis/admin_directory_v1/classes.rb, line 1798
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 1803
def update!(**args)
  @domain_aliases = args[:domain_aliases] if args.key?(:domain_aliases)
  @etag = args[:etag] if args.key?(:etag)
  @kind = args[:kind] if args.key?(:kind)
end