Show / Hide Table of Contents

Class PublishXunitXmlFilesRequest

Request message for StepService.PublishXunitXmlFiles.

Inheritance
object
PublishXunitXmlFilesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX