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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
attachDomain(Client cloudApiClient, {required String projectId, required String domainName, required DomainNameTarget target})
→ Future<Map<String, Object?>>
-
Attaches
domainName to the target of the project.
-
detachDomain(Client cloudApiClient, {required String projectId, required String domainName})
→ Future<Map<String, Object?>>
-
-
listDomains(Client cloudApiClient, {required String projectId})
→ Future<CustomDomainListing>
-
Lists the default and custom domain names of the project.
-
verifyDomain(Client cloudApiClient, {required String projectId, required String domainName})
→ Future<DomainNameStatus>
-