Class PublishXunitXmlFilesRequest
Request message for StepService.PublishXunitXmlFiles.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class PublishXunitXmlFilesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
XunitXmlFiles
URI of the Xunit XML files to publish. The maximum size of the file this reference is pointing to is 50MB. Required.
Declaration
[JsonProperty("xunitXmlFiles")]
public virtual IList<FileReference> XunitXmlFiles { get; set; }
Property Value
Type | Description |
---|---|
IList<FileReference> |