pub async fn create_or_update_by_name(
client: &impl Client,
name: &str,
opts: Option<&mut CreateGroupByNameRequestBuilder>,
) -> Result<(), ClientError>Expand description
Creates or update an group with the given name.
pub async fn create_or_update_by_name(
client: &impl Client,
name: &str,
opts: Option<&mut CreateGroupByNameRequestBuilder>,
) -> Result<(), ClientError>Creates or update an group with the given name.