SchemaOrganization constructor

SchemaOrganization({
  1. String? additionalType,
  2. String? alternateName,
  3. dynamic description,
  4. String? disambiguatingDescription,
  5. dynamic identifier,
  6. dynamic image,
  7. dynamic mainEntityOfPage,
  8. String? name,
  9. dynamic owner,
  10. SchemaAction? potentialAction,
  11. String? sameAs,
  12. dynamic subjectOf,
  13. String? url,
  14. dynamic acceptedPaymentMethod,
  15. dynamic actionableFeedbackPolicy,
  16. dynamic address,
  17. SchemaInteractionCounter? agentInteractionStatistic,
  18. SchemaAggregateRating? aggregateRating,
  19. SchemaPerson? alumni,
  20. dynamic areaServed,
  21. String? award,
  22. String? awards,
  23. dynamic brand,
  24. SchemaCertification? companyRegistration,
  25. SchemaContactPoint? contactPoint,
  26. SchemaContactPoint? contactPoints,
  27. dynamic correctionsPolicy,
  28. SchemaOrganization? department,
  29. String? dissolutionDate,
  30. dynamic diversityPolicy,
  31. dynamic diversityStaffingReport,
  32. String? duns,
  33. String? email,
  34. SchemaPerson? employee,
  35. SchemaPerson? employees,
  36. dynamic ethicsPolicy,
  37. SchemaEvent? event,
  38. SchemaEvent? events,
  39. String? faxNumber,
  40. dynamic founder,
  41. SchemaPerson? founders,
  42. String? foundingDate,
  43. SchemaPlace? foundingLocation,
  44. dynamic funder,
  45. SchemaGrant? funding,
  46. String? globalLocationNumber,
  47. SchemaCertification? hasCertification,
  48. SchemaCredential? hasCredential,
  49. String? hasGS1DigitalLink,
  50. SchemaMemberProgram? hasMemberProgram,
  51. SchemaMerchantReturnPolicy? hasMerchantReturnPolicy,
  52. SchemaOfferCatalog? hasOfferCatalog,
  53. SchemaPlace? hasPOS,
  54. SchemaShippingService? hasShippingService,
  55. SchemaInteractionCounter? interactionStatistic,
  56. String? isicV4,
  57. String? iso6523Code,
  58. dynamic keywords,
  59. dynamic knowsAbout,
  60. dynamic knowsLanguage,
  61. SchemaPostalAddress? legalAddress,
  62. String? legalName,
  63. SchemaPerson? legalRepresentative,
  64. String? leiCode,
  65. dynamic location,
  66. SchemaOffer? makesOffer,
  67. dynamic member,
  68. dynamic memberOf,
  69. dynamic members,
  70. String? naics,
  71. SchemaNonprofitType? nonprofitStatus,
  72. SchemaQuantitativeValue? numberOfEmployees,
  73. dynamic ownershipFundingInfo,
  74. SchemaThing? owns,
  75. SchemaOrganization? parentOrganization,
  76. dynamic publishingPrinciples,
  77. SchemaReview? review,
  78. SchemaReview? reviews,
  79. SchemaDemand? seeks,
  80. dynamic serviceArea,
  81. dynamic skills,
  82. String? slogan,
  83. dynamic sponsor,
  84. SchemaOrganization? subOrganization,
  85. String? taxID,
  86. String? telephone,
  87. dynamic unnamedSourcesPolicy,
  88. String? vatID,
})

Create a new instance of SchemaOrganization

Implementation

SchemaOrganization({
  super.additionalType,
  super.alternateName,
  super.description,
  super.disambiguatingDescription,
  super.identifier,
  super.image,
  super.mainEntityOfPage,
  super.name,
  super.owner,
  super.potentialAction,
  super.sameAs,
  super.subjectOf,
  super.url,
  this.acceptedPaymentMethod,
  this.actionableFeedbackPolicy,
  this.address,
  this.agentInteractionStatistic,
  this.aggregateRating,
  this.alumni,
  this.areaServed,
  this.award,
  this.awards,
  this.brand,
  this.companyRegistration,
  this.contactPoint,
  this.contactPoints,
  this.correctionsPolicy,
  this.department,
  this.dissolutionDate,
  this.diversityPolicy,
  this.diversityStaffingReport,
  this.duns,
  this.email,
  this.employee,
  this.employees,
  this.ethicsPolicy,
  this.event,
  this.events,
  this.faxNumber,
  this.founder,
  this.founders,
  this.foundingDate,
  this.foundingLocation,
  this.funder,
  this.funding,
  this.globalLocationNumber,
  this.hasCertification,
  this.hasCredential,
  this.hasGS1DigitalLink,
  this.hasMemberProgram,
  this.hasMerchantReturnPolicy,
  this.hasOfferCatalog,
  this.hasPOS,
  this.hasShippingService,
  this.interactionStatistic,
  this.isicV4,
  this.iso6523Code,
  this.keywords,
  this.knowsAbout,
  this.knowsLanguage,
  this.legalAddress,
  this.legalName,
  this.legalRepresentative,
  this.leiCode,
  this.location,
  this.logo,
  this.makesOffer,
  this.member,
  this.memberOf,
  this.members,
  this.naics,
  this.nonprofitStatus,
  this.numberOfEmployees,
  this.ownershipFundingInfo,
  this.owns,
  this.parentOrganization,
  this.publishingPrinciples,
  this.review,
  this.reviews,
  this.seeks,
  this.serviceArea,
  this.skills,
  this.slogan,
  this.sponsor,
  this.subOrganization,
  this.taxID,
  this.telephone,
  this.unnamedSourcesPolicy,
  this.vatID,
});