Closed szypulka closed 1 year ago
Change the type annotation for client.create_project.
client.create_project
According to API specification, use_source_project_billing_group argument is bool, not str.
use_source_project_billing_group
bool
str
About this change: What it does, why it matters
Change the type annotation for
client.create_project
.According to API specification,
use_source_project_billing_group
argument isbool
, notstr
.