gcloud icon indicating copy to clipboard operation
gcloud copied to clipboard

Non-nullable model fields

Open enyo opened this issue 2 years ago • 0 comments

Are there any plans to improve non-nullable fields on Models? Right now, if I'm not mistaken, all fields need to be nullable, so the library can construct them. I think that this should probably be changed, so the constructor accepts all fields as named arguments so that we can access required fields without !.

enyo avatar Oct 03 '21 16:10 enyo