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