SchemaMotorizedBicycle constructor
SchemaMotorizedBicycle({
- SchemaQuantitativeValue? accelerationTime,
- dynamic bodyType,
- String? callSign,
- SchemaQuantitativeValue? cargoVolume,
- String? dateVehicleFirstRegistered,
- dynamic driveWheelConfiguration,
- int? emissionsCO2,
- SchemaQuantitativeValue? fuelCapacity,
- SchemaQuantitativeValue? fuelConsumption,
- SchemaQuantitativeValue? fuelEfficiency,
- dynamic fuelType,
- String? knownVehicleDamages,
- dynamic meetsEmissionStandard,
- SchemaQuantitativeValue? mileageFromOdometer,
- String? modelDate,
- dynamic numberOfAirbags,
- dynamic numberOfAxles,
- dynamic numberOfDoors,
- dynamic numberOfForwardGears,
- dynamic numberOfPreviousOwners,
- SchemaQuantitativeValue? payload,
- String? productionDate,
- String? purchaseDate,
- dynamic seatingCapacity,
- SchemaQuantitativeValue? speed,
- SchemaSteeringPositionValue? steeringPosition,
- SchemaQuantitativeValue? tongueWeight,
- SchemaQuantitativeValue? trailerWeight,
- String? vehicleConfiguration,
- SchemaEngineSpecification? vehicleEngine,
- String? vehicleIdentificationNumber,
- String? vehicleInteriorColor,
- String? vehicleInteriorType,
- String? vehicleModelDate,
- dynamic vehicleSeatingCapacity,
- dynamic vehicleSpecialUsage,
- dynamic vehicleTransmission,
- SchemaQuantitativeValue? weightTotal,
- SchemaQuantitativeValue? wheelbase,
- SchemaPropertyValue? additionalProperty,
- SchemaAggregateRating? aggregateRating,
- String? asin,
- SchemaAudience? audience,
- String? award,
- String? awards,
- dynamic brand,
- dynamic category,
- String? color,
- dynamic colorSwatch,
- String? countryOfAssembly,
- String? countryOfLastProcessing,
- SchemaCountry? countryOfOrigin,
- dynamic depth,
- SchemaGrant? funding,
- String? gtin,
- String? gtin12,
- String? gtin13,
- String? gtin14,
- String? gtin8,
- SchemaAdultOrientedEnumeration? hasAdultConsideration,
- SchemaCertification? hasCertification,
- SchemaEnergyConsumptionDetails? hasEnergyConsumptionDetails,
- SchemaQuantitativeValue? hasMeasurement,
- SchemaMerchantReturnPolicy? hasMerchantReturnPolicy,
- dynamic height,
- String? inProductGroupWithID,
- SchemaProduct? isAccessoryOrSparePartFor,
- SchemaProduct? isConsumableFor,
- bool? isFamilyFriendly,
- dynamic isRelatedTo,
- dynamic isSimilarTo,
- dynamic isVariantOf,
- SchemaOfferItemCondition? itemCondition,
- dynamic keywords,
- dynamic logo,
- SchemaOrganization? manufacturer,
- dynamic material,
- String? mobileUrl,
- dynamic model,
- String? mpn,
- dynamic negativeNotes,
- String? nsn,
- dynamic offers,
- dynamic pattern,
- dynamic positiveNotes,
- String? productID,
- String? releaseDate,
- SchemaReview? review,
- SchemaReview? reviews,
- dynamic size,
- String? sku,
- String? slogan,
- SchemaQuantitativeValue? weight,
- dynamic width,
- String? additionalType,
- String? alternateName,
- dynamic description,
- String? disambiguatingDescription,
- dynamic identifier,
- dynamic image,
- dynamic mainEntityOfPage,
- String? name,
- SchemaAction? potentialAction,
- String? sameAs,
- dynamic subjectOf,
- String? url,
Create a new instance of SchemaMotorizedBicycle
Implementation
SchemaMotorizedBicycle({
this.accelerationTime,
this.bodyType,
this.callSign,
this.cargoVolume,
this.dateVehicleFirstRegistered,
this.driveWheelConfiguration,
this.emissionsCO2,
this.fuelCapacity,
this.fuelConsumption,
this.fuelEfficiency,
this.fuelType,
this.knownVehicleDamages,
this.meetsEmissionStandard,
this.mileageFromOdometer,
this.modelDate,
this.numberOfAirbags,
this.numberOfAxles,
this.numberOfDoors,
this.numberOfForwardGears,
this.numberOfPreviousOwners,
this.payload,
this.productionDate,
this.purchaseDate,
this.seatingCapacity,
this.speed,
this.steeringPosition,
this.tongueWeight,
this.trailerWeight,
this.vehicleConfiguration,
this.vehicleEngine,
this.vehicleIdentificationNumber,
this.vehicleInteriorColor,
this.vehicleInteriorType,
this.vehicleModelDate,
this.vehicleSeatingCapacity,
this.vehicleSpecialUsage,
this.vehicleTransmission,
this.weightTotal,
this.wheelbase,
this.additionalProperty,
this.aggregateRating,
this.asin,
this.audience,
this.award,
this.awards,
this.brand,
this.category,
this.color,
this.colorSwatch,
this.countryOfAssembly,
this.countryOfLastProcessing,
this.countryOfOrigin,
this.depth,
this.funding,
this.gtin,
this.gtin12,
this.gtin13,
this.gtin14,
this.gtin8,
this.hasAdultConsideration,
this.hasCertification,
this.hasEnergyConsumptionDetails,
this.hasMeasurement,
this.hasMerchantReturnPolicy,
this.height,
this.inProductGroupWithID,
this.isAccessoryOrSparePartFor,
this.isConsumableFor,
this.isFamilyFriendly,
this.isRelatedTo,
this.isSimilarTo,
this.isVariantOf,
this.itemCondition,
this.keywords,
this.logo,
this.manufacturer,
this.material,
this.mobileUrl,
this.model,
this.mpn,
this.negativeNotes,
this.nsn,
this.offers,
this.pattern,
this.positiveNotes,
this.productID,
this.releaseDate,
this.review,
this.reviews,
this.size,
this.sku,
this.slogan,
this.weight,
this.width,
this.additionalType,
this.alternateName,
this.description,
this.disambiguatingDescription,
this.identifier,
this.image,
this.mainEntityOfPage,
this.name,
this.potentialAction,
this.sameAs,
this.subjectOf,
this.url,
});