docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Releaseentry

    Releaseentry

    Inheritance
    object
    Releaseentry
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.CloudContentDelivery
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class Releaseentry

    Constructors

    Releaseentry(ChangeStateEnum?, bool, string, string, long, string, string, List<string>, DateTime, string, string, string, object, string, DateTime, string)

    Initializes a new instance of the Releaseentry class.

    Declaration
    [Preserve]
    public Releaseentry(Releaseentry.ChangeStateEnum? changeState = null, bool complete = false, string contentHash = null, string contentLink = null, long contentSize = 0, string contentType = null, string entryid = null, List<string> labels = null, DateTime lastModified = default, string lastModifiedBy = null, string lastModifiedByName = null, string link = null, object metadata = null, string path = null, DateTime updatedAt = default, string versionid = null)
    Parameters
    Type Name Description
    Releaseentry.ChangeStateEnum? changeState

    changeState.

    bool complete

    complete.

    string contentHash

    contentHash.

    string contentLink

    contentLink.

    long contentSize

    contentSize.

    string contentType

    contentType.

    string entryid

    entryid.

    List<string> labels

    labels.

    DateTime lastModified

    lastModified.

    string lastModifiedBy

    lastModifiedBy.

    string lastModifiedByName

    lastModifiedByName.

    string link

    link.

    object metadata

    metadata.

    string path

    path.

    DateTime updatedAt

    updatedAt.

    string versionid

    versionid.

    Properties

    ChangeState

    Gets or Sets ChangeState

    Declaration
    [Preserve]
    public Releaseentry.ChangeStateEnum? ChangeState { get; set; }
    Property Value
    Type Description
    Releaseentry.ChangeStateEnum?

    Complete

    Gets or Sets Complete

    Declaration
    [Preserve]
    public bool Complete { get; set; }
    Property Value
    Type Description
    bool

    ContentHash

    Gets or Sets ContentHash

    Declaration
    [Preserve]
    public string ContentHash { get; set; }
    Property Value
    Type Description
    string

    ContentLink

    Gets or Sets ContentLink

    Declaration
    [Preserve]
    public string ContentLink { get; set; }
    Property Value
    Type Description
    string

    ContentSize

    Gets or Sets ContentSize

    Declaration
    [Preserve]
    public long ContentSize { get; set; }
    Property Value
    Type Description
    long

    ContentType

    Gets or Sets ContentType

    Declaration
    [Preserve]
    public string ContentType { get; set; }
    Property Value
    Type Description
    string

    Entryid

    Gets or Sets Entryid

    Declaration
    [Preserve]
    public string Entryid { get; set; }
    Property Value
    Type Description
    string

    Labels

    Gets or Sets Labels

    Declaration
    [Preserve]
    public List<string> Labels { get; set; }
    Property Value
    Type Description
    List<string>

    LastModified

    Gets or Sets LastModified

    Declaration
    [Preserve]
    public DateTime LastModified { get; set; }
    Property Value
    Type Description
    DateTime

    LastModifiedBy

    Gets or Sets LastModifiedBy

    Declaration
    [Preserve]
    public string LastModifiedBy { get; set; }
    Property Value
    Type Description
    string

    LastModifiedByName

    Gets or Sets LastModifiedByName

    Declaration
    [Preserve]
    public string LastModifiedByName { get; set; }
    Property Value
    Type Description
    string

    Link

    Gets or Sets Link

    Declaration
    [Preserve]
    public string Link { get; set; }
    Property Value
    Type Description
    string

    Metadata

    Gets or Sets Metadata

    Declaration
    [Preserve]
    public object Metadata { get; set; }
    Property Value
    Type Description
    object

    Path

    Gets or Sets Path

    Declaration
    [Preserve]
    public string Path { get; set; }
    Property Value
    Type Description
    string

    UpdatedAt

    Gets or Sets UpdatedAt

    Declaration
    [Preserve]
    public DateTime UpdatedAt { get; set; }
    Property Value
    Type Description
    DateTime

    Versionid

    Gets or Sets Versionid

    Declaration
    [Preserve]
    public string Versionid { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)