docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CreateReleaseOptions

    Parameters for creating a release.

    Inheritance
    object
    CreateReleaseOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ccd.Management
    Assembly: Unity.Services.Ccd.Management.dll
    Syntax
    public class CreateReleaseOptions

    Constructors

    CreateReleaseOptions(Guid)

    Create parameters for creating a release.

    Declaration
    public CreateReleaseOptions(Guid bucketId)
    Parameters
    Type Name Description
    Guid bucketId

    Id of the bucket.

    Properties

    BucketId

    Id of the bucket to release.

    Declaration
    public Guid BucketId { get; set; }
    Property Value
    Type Description
    Guid

    Entries

    List of entries to create a release for. If left empty, all entries will be included.

    Declaration
    public List<CcdReleaseEntryCreate> Entries { get; set; }
    Property Value
    Type Description
    List<CcdReleaseEntryCreate>

    Metadata

    Metadata of the release.

    Declaration
    public JsonObject Metadata { get; set; }
    Property Value
    Type Description
    JsonObject

    Notes

    Notes of the release.

    Declaration
    public string Notes { get; set; }
    Property Value
    Type Description
    string

    Snapshot

    Snapshot of the release.

    Declaration
    public DateTime Snapshot { get; set; }
    Property Value
    Type Description
    DateTime
    In This Article
    Back to top
    Copyright © 2025 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)