pub struct CallForTenders {Show 64 fields
pub id: String,
pub schema: String,
pub address: Option<Vec<String>>,
pub address_entity: Option<Vec<String>>,
pub aleph_url: Option<Vec<String>>,
pub alias: Option<Vec<String>>,
pub authority: Vec<String>,
pub authority_reference_id: Option<Vec<String>>,
pub award_notice_date: Option<Vec<String>>,
pub awarded_in_lots: Option<Vec<String>>,
pub awarding_date: Option<Vec<String>>,
pub call_id: Option<Vec<String>>,
pub certification_check: Option<Vec<String>>,
pub clarification_deadline: Option<Vec<String>>,
pub contract_notice_date: Option<Vec<String>>,
pub country: Option<Vec<String>>,
pub cpv_code: Option<Vec<String>>,
pub created_at: Option<Vec<String>>,
pub date: Option<Vec<String>>,
pub description: Option<Vec<String>>,
pub directive: Option<Vec<String>>,
pub end_date: Option<Vec<String>>,
pub eu_funding: Option<Vec<String>>,
pub evaluation_mechanism: Option<Vec<String>>,
pub falls_under_gppscope: Option<Vec<String>>,
pub index_text: Option<Vec<String>>,
pub involves_outcome: Option<Vec<String>>,
pub keywords: Option<Vec<String>>,
pub lots_names: Option<Vec<String>>,
pub maximum_number_of_lots: Option<Vec<f64>>,
pub modified_at: Option<Vec<String>>,
pub multiple_tenders: Option<Vec<String>>,
pub name: Vec<String>,
pub names_mentioned: Option<Vec<String>>,
pub notes: Option<Vec<String>>,
pub number_of_lots: Option<Vec<f64>>,
pub nuts_code: Option<Vec<String>>,
pub on_behalf_of: Option<Vec<String>>,
pub payment_options: Option<Vec<String>>,
pub previous_name: Option<Vec<String>>,
pub procedure: Option<Vec<String>>,
pub procurement_type: Option<Vec<String>>,
pub program: Option<Vec<String>>,
pub program_id: Option<Vec<String>>,
pub proof: Option<Vec<String>>,
pub publication_date: Option<Vec<String>>,
pub publisher: Option<Vec<String>>,
pub publisher_url: Option<Vec<String>>,
pub record_id: Option<Vec<String>>,
pub relation_to_threshold: Option<Vec<String>>,
pub retrieved_at: Option<Vec<String>>,
pub reverse_auctions_included: Option<Vec<String>>,
pub source_url: Option<Vec<String>>,
pub start_date: Option<Vec<String>>,
pub submission_deadline: Option<Vec<String>>,
pub summary: Option<Vec<String>>,
pub ted_url: Option<Vec<String>>,
pub tenderers: Option<Vec<String>>,
pub tenders_for_lots: Option<Vec<String>>,
pub title: Vec<String>,
pub topics: Option<Vec<String>>,
pub weak_alias: Option<Vec<String>>,
pub wikidata_id: Option<Vec<String>>,
pub wikipedia_url: Option<Vec<String>>,
}Expand description
FTM Schema: Call for tenders
Fields§
§id: String§schema: String§address: Option<Vec<String>>Property: Address
address_entity: Option<Vec<String>>Property: Address
aleph_url: Option<Vec<String>>Property: Aleph URL
alias: Option<Vec<String>>Property: Alias
Property: Name of contracting authority
Property: Contracting authority reference ID
award_notice_date: Option<Vec<String>>Property: Award Notice Date
awarded_in_lots: Option<Vec<String>>Property: Contract awarded in Lots
awarding_date: Option<Vec<String>>Property: Date of awarding
call_id: Option<Vec<String>>Property: CfT unique id
certification_check: Option<Vec<String>>Property: Certification check
clarification_deadline: Option<Vec<String>>Property: End of clarification period
contract_notice_date: Option<Vec<String>>Property: Contract notice date
country: Option<Vec<String>>Property: Country
cpv_code: Option<Vec<String>>Property: CPV code
created_at: Option<Vec<String>>Property: Created at
date: Option<Vec<String>>Property: Date
description: Option<Vec<String>>Property: Description
directive: Option<Vec<String>>Property: Directive
end_date: Option<Vec<String>>Property: End date
eu_funding: Option<Vec<String>>Property: EU funding
evaluation_mechanism: Option<Vec<String>>Property: Evaluation mechanism
falls_under_gppscope: Option<Vec<String>>Property: Does this call fall under the scope of GPP?
index_text: Option<Vec<String>>Property: Index text
involves_outcome: Option<Vec<String>>Property: Call for tenders result
keywords: Option<Vec<String>>Property: Keywords
lots_names: Option<Vec<String>>Property: Lots names
maximum_number_of_lots: Option<Vec<f64>>Property: Maximum number of lots
modified_at: Option<Vec<String>>Property: Modified on
multiple_tenders: Option<Vec<String>>Property: Multiple tenders will be accepted
name: Vec<String>Property: Name
names_mentioned: Option<Vec<String>>Property: Detected names
notes: Option<Vec<String>>Property: Notes
number_of_lots: Option<Vec<f64>>Property: Number of lots
nuts_code: Option<Vec<String>>Property: NUTS code
on_behalf_of: Option<Vec<String>>Property: Published on behalf of
payment_options: Option<Vec<String>>Property: Payment options
previous_name: Option<Vec<String>>Property: Previous name
procedure: Option<Vec<String>>Property: Procedure
procurement_type: Option<Vec<String>>Property: Procurement type
program: Option<Vec<String>>Property: Program
program_id: Option<Vec<String>>Property: Program ID
proof: Option<Vec<String>>Property: Source document
publication_date: Option<Vec<String>>Property: Date of publication/invitation
publisher: Option<Vec<String>>Property: Publishing source
publisher_url: Option<Vec<String>>Property: Publishing source URL
record_id: Option<Vec<String>>Property: Record ID
relation_to_threshold: Option<Vec<String>>Property: Above or below threshold
retrieved_at: Option<Vec<String>>Property: Retrieved on
reverse_auctions_included: Option<Vec<String>>Property: Inclusion of e-Auctions
source_url: Option<Vec<String>>Property: Source link
start_date: Option<Vec<String>>Property: Start date
submission_deadline: Option<Vec<String>>Property: Submission deadline
summary: Option<Vec<String>>Property: Summary
ted_url: Option<Vec<String>>Property: TED link for published notices
tenderers: Option<Vec<String>>Property: Tenderers
tenders_for_lots: Option<Vec<String>>Property: Tenders for lots
title: Vec<String>Property: Title
topics: Option<Vec<String>>Property: Topics
weak_alias: Option<Vec<String>>Property: Weak alias
wikidata_id: Option<Vec<String>>Property: Wikidata ID
wikipedia_url: Option<Vec<String>>Property: Wikipedia Article
Implementations§
Source§impl CallForTenders
impl CallForTenders
Sourcepub fn builder() -> CallForTendersBuilder
pub fn builder() -> CallForTendersBuilder
Create an instance of CallForTenders using the builder syntax
Trait Implementations§
Source§impl Clone for CallForTenders
impl Clone for CallForTenders
Source§fn clone(&self) -> CallForTenders
fn clone(&self) -> CallForTenders
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more