package http_model type DeleteKsauthorizationRequest struct { KSNumber string `json:"ksnumber"` } func NewDeleteKsauthorizationRequest() *DeleteKsauthorizationRequest { return new(DeleteKsauthorizationRequest) } func NewDeleteKsauthorizationResponse() *CommonResponse { return new(CommonResponse) }