SchemaHealthInsurancePlan constructor
SchemaHealthInsurancePlan({
- 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,
- String? benefitsSummaryUrl,
- SchemaContactPoint? contactPoint,
- String? healthPlanDrugOption,
- String? healthPlanDrugTier,
- String? healthPlanId,
- String? healthPlanMarketingUrl,
- SchemaHealthPlanFormulary? includesHealthPlanFormulary,
- SchemaHealthPlanNetwork? includesHealthPlanNetwork,
- String? usesHealthPlanIdStandard,
Create a new instance of SchemaHealthInsurancePlan
Implementation
SchemaHealthInsurancePlan({
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.benefitsSummaryUrl,
this.contactPoint,
this.healthPlanDrugOption,
this.healthPlanDrugTier,
this.healthPlanId,
this.healthPlanMarketingUrl,
this.includesHealthPlanFormulary,
this.includesHealthPlanNetwork,
this.usesHealthPlanIdStandard,
});