gcp-bigquery-client 0.28.0

An ergonomic async client library for GCP BigQuery.
Documentation
1
2
3
4
5
6
#[derive(Debug, Default, Clone, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct ProjectReference {
    /// [Required] ID of the project. Can be either the numeric ID or the assigned ID of the project.
    pub project_id: String,
}