gcp_bigquery_client/model/
get_service_account_response.rs

1#[derive(Debug, Default, Clone, Serialize, Deserialize)]
2#[serde(rename_all = "camelCase")]
3pub struct GetServiceAccountResponse {
4    /// The resource type of the response.
5    pub kind: Option<String>,
6    /// The service account email address.
7    pub email: Option<String>,
8}