Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 508 Bytes

V1ProjectsProjectKeyTestRunsTestRunKeyAttachmentsPostRequest.md

File metadata and controls

22 lines (16 loc) · 508 Bytes

TricentisTmApi::V1ProjectsProjectKeyTestRunsTestRunKeyAttachmentsPostRequest

Properties

Name Type Description Notes
file_name String [optional]
mime_type String [optional]
size Integer [optional]

Example

require 'tricentis_tm_api'

instance = TricentisTmApi::V1ProjectsProjectKeyTestRunsTestRunKeyAttachmentsPostRequest.new(
  file_name: null,
  mime_type: null,
  size: null
)