debugging.go 118 B

123456
  1. package requests
  2. type RequestGetRemoteDebuggingKey struct {
  3. TenantID string `uri:"tenant_id" validate:"required"`
  4. }