DomainAliasesResource class

Constructors

DomainAliasesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String customer, String domainAliasName, {String? $fields}) Future<void>
Deletes a domain Alias of the customer.
get(String customer, String domainAliasName, {String? $fields}) Future<DomainAlias>
Retrieves a domain alias of the customer.
insert(DomainAlias request, String customer, {String? $fields}) Future<DomainAlias>
Inserts a domain alias of the customer.
list(String customer, {String? parentDomainName, String? $fields}) Future<DomainAliases>
Lists the domain aliases of the customer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited