Site class
Contains properties of a site.
Constructors
-
Site({String? accountId, bool? approved, String? directorySiteId, DimensionValue? directorySiteIdDimensionValue, String? id, DimensionValue? idDimensionValue, String? keyName, String? kind, String? name, List<
SiteContact> ? siteContacts, SiteSettings? siteSettings, String? subaccountId, SiteVideoSettings? videoSettings}) - Site.fromJson(Map json_)
Properties
- accountId ↔ String?
-
Account ID of this site.
getter/setter pair
- approved ↔ bool?
-
Whether this site is approved.
getter/setter pair
- directorySiteId ↔ String?
-
Directory site associated with this site.
getter/setter pair
- directorySiteIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the directory site.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
ID of this site.
getter/setter pair
- idDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of this site.
getter/setter pair
- keyName ↔ String?
-
Key name of this site.
getter/setter pair
- kind ↔ String?
-
Identifies what kind of resource this is.
getter/setter pair
- name ↔ String?
-
Name of this site.This is a required field.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
siteContacts
↔ List<
SiteContact> ? -
Site contacts.
getter/setter pair
- siteSettings ↔ SiteSettings?
-
Site-wide settings.
getter/setter pair
- subaccountId ↔ String?
-
Subaccount ID of this site.
getter/setter pair
- videoSettings ↔ SiteVideoSettings?
-
Default video settings for new placements created under this 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