Search Results for

    Show / Hide Table of Contents

    Class JobArtifactList

    A list of artifacts.

    Inheritance
    object
    JobArtifactList
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Cms.Client
    Assembly: Noxum.Nova.Cms.Client.dll
    Syntax
    public class JobArtifactList

    Properties

    Files

    The list of artifact.

    Declaration
    [JsonPropertyName("files")]
    public List<JobArtifact> Files { get; set; }
    Property Value
    Type Description
    List<JobArtifact>
    In this article
    Back to top Version 6.1.0.31rc