gcp_bigquery_client/model/
get_service_account_response.rs1#[derive(Debug, Default, Clone, Serialize, Deserialize)]
2#[serde(rename_all = "camelCase")]
3pub struct GetServiceAccountResponse {
4 pub kind: Option<String>,
6 pub email: Option<String>,
8}