pub async fn get_project_property(
configuration: &Configuration,
project_id_or_key: &str,
property_key: &str,
) -> Result<EntityProperty, Error<GetProjectPropertyError>>
Expand description
Returns the value of a project property. This operation can be accessed anonymously. Permissions required: Browse Projects project permission for the project containing the property.