# XMssdkInfoModel

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    XMssdkInfoModel:
      properties:
        user_agent:
          anyOf:
            - type: string
            - type: 'null'
          title: User Agent
          description: >-
            可选的用户代理字符串，目前不支持自定义，默认为固定的值 | Optional User-Agent string, currently
            not supported for customization, defaults to a fixed value
      type: object
      title: XMssdkInfoModel
      x-apifox-orders:
        - user_agent
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
