Auto-Gened: ```go if natGatewayPropertiesFormat := resp.NatGatewayPropertiesFormat; natGatewayPropertiesFormat != nil { ``` Expected: ```go if props:= resp.NatGatewayPropertiesFormat; props != nil { ```