()
| 1851 | } |
| 1852 | |
| 1853 | func (r BetaAssistantNewParams) MarshalJSON() (data []byte, err error) { |
| 1854 | type shadow BetaAssistantNewParams |
| 1855 | return param.MarshalObject(r, (*shadow)(&r)) |
| 1856 | } |
| 1857 | func (r *BetaAssistantNewParams) UnmarshalJSON(data []byte) error { |
| 1858 | return apijson.UnmarshalRoot(data, r) |
| 1859 | } |
nothing calls this directly
no test coverage detected