class Google::Apis::AdminDirectoryV1::DomainAliases
JSON response template to list domain aliases in Directory API.
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 generated/google/apis/admin_directory_v1/classes.rb, line 826 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 831 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