All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.web.model.dto.filesystem.FSInterfaceAndCaseBaseDto Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.dto.filesystem;

import com.arextest.web.model.dto.KeyValuePairDto;
import java.util.List;
import lombok.Data;

/**
 * Created by rchen9 on 2023/1/9.
 */
@Data
public class FSInterfaceAndCaseBaseDto extends FSItemDto {

  private AddressDto address;
  private List preRequestScripts;
  private List testScripts;
  private BodyDto body;
  private List headers;
  private List params;
  private AuthDto auth;
  private AddressDto testAddress;
  private String description;
  private String recordId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy