#[derive(Debug, Default, Clone, Serialize, Deserialize)]#[serde(rename_all ="camelCase")]pubstructGetServiceAccountResponse{/// The resource type of the response.
pubkind:Option<String>,
/// The service account email address.
pubemail:Option<String>,
}