Site class

Representation of a Site.

Constructors

Site({bool? autoAdsEnabled, String? domain, String? name, String? reportingDimensionId, String? state})
Site.fromJson(Map json_)

Properties

autoAdsEnabled bool?
Whether auto ads is turned on for the site.
getter/setter pair
domain String?
Domain (or subdomain) of the site, e.g. "example.com" or "www.example.com".
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name of a site.
getter/setter pair
reportingDimensionId String?
Unique ID of the site as used in the OWNED_SITE_ID reporting dimension.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
State of a site.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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