Maz Ahmadi
Maz Ahmadi
#### Environment details - OS: macOS 12.4 - Node.js version: 16.15.0 - npm version: 8.14.0 - `@google-cloud/compute` version: 3.4.0 #### Steps to reproduce In a TypeScript project, create an `AddressesClient`,...
### **Code** ```python daily_streams_response = api.model( "Daily Streams Response", { "stream_count": fields.Integer, "date": fields.Date, "*": fields.Wildcard(fields.String), }, ) artists_streams_response = api.model( "Artists Streams Response", { "items": fields.List(fields.Nested( api.model( "artist_streams", {"artist_id":...