A simple struct used to instruct the library which database and container to communicate with.
t() :: %CosmosDbEx.Container{container_name: String.t(), database: String.t()}
new(String.t(), String.t()) :: t()