gcp_bigquery_client/model/
project_reference.rs

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