Closed neil-yechenwei closed 5 years ago
This can be resolved by adjusting your api.yaml
file. Add the missing field (usually the request header) in your request in SDK_Type_Definition
, and set its go_varible_name
to be an empty string (go_variable_name: '""'
).
houkms: This can be resolved by adjusting your api.yaml file. Add the missing field (usually the request header) in your request in SDK_Type_Definition, and set its go_varible_name to be an empty string (go_variable_name: '""' ).