docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdVersion

    CcdVersion model

    Inheritance
    Object
    CcdVersion
    Namespace: Unity.Services.Ccd.Management.Models
    Syntax
    [Preserve]
    public class CcdVersion

    Constructors

    CcdVersion(String, String, Int32, String, List<String>, DateTime, String, Object, String, Guid)

    Creates an instance of CcdVersion.

    Declaration
    [Preserve]
    public CcdVersion(string contentHash = null, string contentLink = null, int contentSize = 0, string contentType = null, List<string> labels = null, DateTime lastModified = default(DateTime), string link = null, object metadata = null, string path = null, Guid versionid = default(Guid))
    Parameters
    Type Name Description
    String contentHash

    contentHash param

    String contentLink

    contentLink param

    Int32 contentSize

    contentSize param

    String contentType

    contentType param

    List<String> labels

    labels param

    DateTime lastModified

    lastModified param

    String link

    link param

    Object metadata

    metadata param

    String path

    path param

    Guid versionid

    versionid param

    Properties

    ContentHash

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

    ContentLink

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

    ContentSize

    Declaration
    [Preserve]
    public int ContentSize { get; }
    Property Value
    Type Description
    Int32

    ContentType

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

    Labels

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

    LastModified

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

    Link

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

    Metadata

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

    Path

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

    Versionid

    Declaration
    [Preserve]
    public Guid Versionid { get; }
    Property Value
    Type Description
    Guid
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023