SchemaWPAdBlock constructor

SchemaWPAdBlock({
  1. String? cssSelector,
  2. String? xpath,
  3. SchemaThing? about,
  4. String? abstract,
  5. String? accessMode,
  6. SchemaItemList? accessModeSufficient,
  7. String? accessibilityAPI,
  8. String? accessibilityControl,
  9. String? accessibilityFeature,
  10. String? accessibilityHazard,
  11. String? accessibilitySummary,
  12. SchemaPerson? accountablePerson,
  13. dynamic acquireLicensePage,
  14. SchemaAggregateRating? aggregateRating,
  15. String? alternativeHeadline,
  16. dynamic archivedAt,
  17. dynamic assesses,
  18. SchemaMediaObject? associatedMedia,
  19. SchemaAudience? audience,
  20. dynamic audio,
  21. dynamic author,
  22. String? award,
  23. String? awards,
  24. SchemaPerson? character,
  25. dynamic citation,
  26. SchemaComment? comment,
  27. int? commentCount,
  28. String? conditionsOfAccess,
  29. SchemaPlace? contentLocation,
  30. dynamic contentRating,
  31. String? contentReferenceTime,
  32. dynamic contributor,
  33. dynamic copyrightHolder,
  34. String? copyrightNotice,
  35. int? copyrightYear,
  36. dynamic correction,
  37. SchemaCountry? countryOfOrigin,
  38. dynamic creativeWorkStatus,
  39. dynamic creator,
  40. String? creditText,
  41. String? dateCreated,
  42. String? dateModified,
  43. String? datePublished,
  44. SchemaIPTCDigitalSourceEnumeration? digitalSourceType,
  45. String? discussionUrl,
  46. String? editEIDR,
  47. SchemaPerson? editor,
  48. SchemaAlignmentObject? educationalAlignment,
  49. dynamic educationalLevel,
  50. dynamic educationalUse,
  51. SchemaMediaObject? encoding,
  52. String? encodingFormat,
  53. SchemaMediaObject? encodings,
  54. SchemaCreativeWork? exampleOfWork,
  55. String? expires,
  56. String? fileFormat,
  57. dynamic funder,
  58. SchemaGrant? funding,
  59. String? genre,
  60. SchemaCreativeWork? hasPart,
  61. String? headline,
  62. dynamic inLanguage,
  63. SchemaInteractionCounter? interactionStatistic,
  64. String? interactivityType,
  65. SchemaClaim? interpretedAsClaim,
  66. bool? isAccessibleForFree,
  67. dynamic isBasedOn,
  68. dynamic isBasedOnUrl,
  69. bool? isFamilyFriendly,
  70. dynamic isPartOf,
  71. dynamic keywords,
  72. dynamic learningResourceType,
  73. dynamic license,
  74. SchemaPlace? locationCreated,
  75. SchemaThing? mainEntity,
  76. dynamic maintainer,
  77. dynamic material,
  78. dynamic materialExtent,
  79. SchemaThing? mentions,
  80. dynamic offers,
  81. dynamic pattern,
  82. dynamic position,
  83. dynamic producer,
  84. dynamic provider,
  85. SchemaPublicationEvent? publication,
  86. dynamic publisher,
  87. SchemaOrganization? publisherImprint,
  88. dynamic publishingPrinciples,
  89. SchemaEvent? recordedAt,
  90. SchemaPublicationEvent? releasedEvent,
  91. SchemaReview? review,
  92. SchemaReview? reviews,
  93. String? schemaVersion,
  94. String? sdDatePublished,
  95. dynamic sdLicense,
  96. dynamic sdPublisher,
  97. dynamic size,
  98. SchemaOrganization? sourceOrganization,
  99. SchemaPlace? spatial,
  100. SchemaPlace? spatialCoverage,
  101. dynamic sponsor,
  102. dynamic teaches,
  103. String? temporal,
  104. String? temporalCoverage,
  105. String? text,
  106. SchemaImageObject? thumbnail,
  107. String? thumbnailUrl,
  108. SchemaDuration? timeRequired,
  109. SchemaCreativeWork? translationOfWork,
  110. dynamic translator,
  111. String? typicalAgeRange,
  112. dynamic usageInfo,
  113. dynamic version,
  114. dynamic video,
  115. SchemaCreativeWork? workExample,
  116. SchemaCreativeWork? workTranslation,
  117. String? additionalType,
  118. String? alternateName,
  119. dynamic description,
  120. String? disambiguatingDescription,
  121. dynamic identifier,
  122. dynamic image,
  123. dynamic mainEntityOfPage,
  124. String? name,
  125. SchemaAction? potentialAction,
  126. String? sameAs,
  127. dynamic subjectOf,
  128. String? url,
})

Create a new instance of SchemaWPAdBlock

Implementation

SchemaWPAdBlock({
  this.cssSelector,
  this.xpath,
  this.about,
  this.abstract,
  this.accessMode,
  this.accessModeSufficient,
  this.accessibilityAPI,
  this.accessibilityControl,
  this.accessibilityFeature,
  this.accessibilityHazard,
  this.accessibilitySummary,
  this.accountablePerson,
  this.acquireLicensePage,
  this.aggregateRating,
  this.alternativeHeadline,
  this.archivedAt,
  this.assesses,
  this.associatedMedia,
  this.audience,
  this.audio,
  this.author,
  this.award,
  this.awards,
  this.character,
  this.citation,
  this.comment,
  this.commentCount,
  this.conditionsOfAccess,
  this.contentLocation,
  this.contentRating,
  this.contentReferenceTime,
  this.contributor,
  this.copyrightHolder,
  this.copyrightNotice,
  this.copyrightYear,
  this.correction,
  this.countryOfOrigin,
  this.creativeWorkStatus,
  this.creator,
  this.creditText,
  this.dateCreated,
  this.dateModified,
  this.datePublished,
  this.digitalSourceType,
  this.discussionUrl,
  this.editEIDR,
  this.editor,
  this.educationalAlignment,
  this.educationalLevel,
  this.educationalUse,
  this.encoding,
  this.encodingFormat,
  this.encodings,
  this.exampleOfWork,
  this.expires,
  this.fileFormat,
  this.funder,
  this.funding,
  this.genre,
  this.hasPart,
  this.headline,
  this.inLanguage,
  this.interactionStatistic,
  this.interactivityType,
  this.interpretedAsClaim,
  this.isAccessibleForFree,
  this.isBasedOn,
  this.isBasedOnUrl,
  this.isFamilyFriendly,
  this.isPartOf,
  this.keywords,
  this.learningResourceType,
  this.license,
  this.locationCreated,
  this.mainEntity,
  this.maintainer,
  this.material,
  this.materialExtent,
  this.mentions,
  this.offers,
  this.pattern,
  this.position,
  this.producer,
  this.provider,
  this.publication,
  this.publisher,
  this.publisherImprint,
  this.publishingPrinciples,
  this.recordedAt,
  this.releasedEvent,
  this.review,
  this.reviews,
  this.schemaVersion,
  this.sdDatePublished,
  this.sdLicense,
  this.sdPublisher,
  this.size,
  this.sourceOrganization,
  this.spatial,
  this.spatialCoverage,
  this.sponsor,
  this.teaches,
  this.temporal,
  this.temporalCoverage,
  this.text,
  this.thumbnail,
  this.thumbnailUrl,
  this.timeRequired,
  this.translationOfWork,
  this.translator,
  this.typicalAgeRange,
  this.usageInfo,
  this.version,
  this.video,
  this.workExample,
  this.workTranslation,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});