SchemaOrganization constructor
SchemaOrganization({
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- dynamic owner,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
- dynamic acceptedPaymentMethod,
- dynamic actionableFeedbackPolicy,
- dynamic address,
- SchemaInteractionCounter? agentInteractionStatistic,
- SchemaAggregateRating? aggregateRating,
- SchemaPerson? alumni,
- dynamic areaServed,
- String? award,
- String? awards,
- dynamic brand,
- SchemaCertification? companyRegistration,
- SchemaContactPoint? contactPoint,
- SchemaContactPoint? contactPoints,
- dynamic correctionsPolicy,
- SchemaOrganization? department,
- String? dissolutionDate,
- dynamic diversityPolicy,
- dynamic diversityStaffingReport,
- String? duns,
- String? email,
- SchemaPerson? employee,
- SchemaPerson? employees,
- dynamic ethicsPolicy,
- SchemaEvent? event,
- SchemaEvent? events,
- String? faxNumber,
- dynamic founder,
- SchemaPerson? founders,
- String? foundingDate,
- SchemaPlace? foundingLocation,
- dynamic funder,
- SchemaGrant? funding,
- String? globalLocationNumber,
- SchemaCertification? hasCertification,
- SchemaCredential? hasCredential,
- String? hasGS1DigitalLink,
- SchemaMemberProgram? hasMemberProgram,
- SchemaMerchantReturnPolicy? hasMerchantReturnPolicy,
- SchemaOfferCatalog? hasOfferCatalog,
- SchemaPlace? hasPOS,
- SchemaShippingService? hasShippingService,
- SchemaInteractionCounter? interactionStatistic,
- String? isicV4,
- String? iso6523Code,
- dynamic keywords,
- dynamic knowsAbout,
- dynamic knowsLanguage,
- SchemaPostalAddress? legalAddress,
- String? legalName,
- SchemaPerson? legalRepresentative,
- String? leiCode,
- dynamic location,
- dynamic logo,
- SchemaOffer? makesOffer,
- dynamic member,
- dynamic memberOf,
- dynamic members,
- String? naics,
- SchemaNonprofitType? nonprofitStatus,
- SchemaQuantitativeValue? numberOfEmployees,
- dynamic ownershipFundingInfo,
- SchemaThing? owns,
- SchemaOrganization? parentOrganization,
- dynamic publishingPrinciples,
- SchemaReview? review,
- SchemaReview? reviews,
- SchemaDemand? seeks,
- dynamic serviceArea,
- dynamic skills,
- String? slogan,
- dynamic sponsor,
- SchemaOrganization? subOrganization,
- String? taxID,
- String? telephone,
- dynamic unnamedSourcesPolicy,
- 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,
});