docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdPromotion

    CcdPromotion model

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

    Constructors

    CcdPromotion(String, Guid, String, Guid, String, Guid, Int32, Guid, CcdPromotion.PromotionStatusOptions, Guid, String, Guid, String, Guid)

    Creates an instance of CcdPromotion.

    Declaration
    [Preserve]
    public CcdPromotion(string error = null, Guid fromBucketId = default(Guid), string fromBucketName = null, Guid fromEnvironmentId = default(Guid), string fromEnvironmentName = null, Guid fromReleaseId = default(Guid), int fromReleaseNumber = 0, Guid promotionId = default(Guid), CcdPromotion.PromotionStatusOptions promotionStatus = (CcdPromotion.PromotionStatusOptions)0, Guid toBucketId = default(Guid), string toBucketName = null, Guid toEnvironmentId = default(Guid), string toEnvironmentName = null, Guid toReleaseId = default(Guid))
    Parameters
    Type Name Description
    String error

    error param

    Guid fromBucketId

    fromBucketId param

    String fromBucketName

    fromBucketName param

    Guid fromEnvironmentId

    fromEnvironmentId param

    String fromEnvironmentName

    fromEnvironmentName param

    Guid fromReleaseId

    fromReleaseId param

    Int32 fromReleaseNumber

    fromReleaseNumber param

    Guid promotionId

    promotionId param

    CcdPromotion.PromotionStatusOptions promotionStatus

    promotionStatus param

    Guid toBucketId

    toBucketId param

    String toBucketName

    toBucketName param

    Guid toEnvironmentId

    toEnvironmentId param

    String toEnvironmentName

    toEnvironmentName param

    Guid toReleaseId

    toReleaseId param

    Properties

    Error

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

    FromBucketId

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

    FromBucketName

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

    FromEnvironmentId

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

    FromEnvironmentName

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

    FromReleaseId

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

    FromReleaseNumber

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

    PromotionId

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

    PromotionStatus

    Declaration
    [Preserve]
    public CcdPromotion.PromotionStatusOptions PromotionStatus { get; }
    Property Value
    Type Description
    CcdPromotion.PromotionStatusOptions

    ToBucketId

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

    ToBucketName

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

    ToEnvironmentId

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

    ToEnvironmentName

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

    ToReleaseId

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