DirectorySite class
DirectorySites contains properties of a website from the Site Directory.
Sites need to be added to an account via the Sites resource before they can be assigned to a placement.
Constructors
- 
          DirectorySite({String? id, DimensionValue? idDimensionValue, List<
String> ? inpageTagFormats, List<String> ? interstitialTagFormats, String? kind, String? name, String? publisherSpecificationId, DirectorySiteSettings? settings, String? url}) - DirectorySite.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - id ↔ String?
 - 
  ID of this directory site.
  getter/setter pair
 - idDimensionValue ↔ DimensionValue?
 - 
  Dimension value for the ID of this directory site.
  getter/setter pair
 - 
  inpageTagFormats
  ↔ List<
String> ? - 
  Tag types for regular placements.
  getter/setter pair
 - 
  interstitialTagFormats
  ↔ List<
String> ? - 
  Tag types for interstitial placements.
  getter/setter pair
 - kind ↔ String?
 - 
  Identifies what kind of resource this is.
  getter/setter pair
 - name ↔ String?
 - 
  Name of this directory site.
  getter/setter pair
 - publisherSpecificationId ↔ String?
 - 
  Default publisher specification ID of video placements under this
directory site.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - settings ↔ DirectorySiteSettings?
 - 
  Directory site settings.
  getter/setter pair
 - url ↔ String?
 - 
  URL of this directory 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