SitesResource class

Constructors

SitesResource(ApiRequester client)

Properties

channels SitesChannelsResource
no setter
domains SitesDomainsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
releases SitesReleasesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versions SitesVersionsResource
no setter

Methods

getConfig(String name, {String? $fields}) Future<SiteConfig>
Gets the Hosting metadata for a specific site.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateConfig(SiteConfig request, String name, {String? updateMask, String? $fields}) Future<SiteConfig>
Sets the Hosting metadata for a specific site.

Operators

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