docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdPromoteBucket

    CcdPromoteBucket model

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

    Constructors

    CcdPromoteBucket(Guid, Guid, String, Guid)

    Creates an instance of CcdPromoteBucket.

    Declaration
    [Preserve]
    public CcdPromoteBucket(Guid fromRelease, Guid toBucket, string notes = null, Guid toEnvironment = default(Guid))
    Parameters
    Type Name Description
    Guid fromRelease

    fromRelease param

    Guid toBucket

    toBucket param

    String notes

    If unset, the release notes of the "from release" will be used.

    Guid toEnvironment

    If unset, the environment of the "from_release" will be used.

    Properties

    FromRelease

    Declaration
    [Preserve]
    public Guid FromRelease { get; }
    Property Value
    Type Description
    Guid

    Notes

    If unset, the release notes of the "from release" will be used.

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

    ToBucket

    Declaration
    [Preserve]
    public Guid ToBucket { get; }
    Property Value
    Type Description
    Guid

    ToEnvironment

    If unset, the environment of the "from_release" will be used.

    Declaration
    [Preserve]
    public Guid ToEnvironment { 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