docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdPromotion

    CcdPromotion model

    Inheritance
    Object
    CcdPromotion
    Namespace: Unity.Services.Ccd.Management.Models
    Syntax
    public class CcdPromotion : object

    Constructors

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

    Creates an instance of CcdPromotion.

    Declaration
    public CcdPromotion(string error = null, System.Guid fromBucketId = null, string fromBucketName = null, System.Guid fromReleaseId = null, int fromReleaseNumber = null, System.Guid promotionId = null, CcdPromotion.PromotionStatusOptions promotionStatus = (CcdPromotion.PromotionStatusOptions)0, System.Guid toBucketId = null, string toBucketName = null, System.Guid toReleaseId = null)
    Parameters
    Type Name Description
    String error

    error param

    System.Guid fromBucketId

    fromBucketId param

    String fromBucketName

    fromBucketName param

    System.Guid fromReleaseId

    fromReleaseId param

    Int32 fromReleaseNumber

    fromReleaseNumber param

    System.Guid promotionId

    promotionId param

    CcdPromotion.PromotionStatusOptions promotionStatus

    promotionStatus param

    System.Guid toBucketId

    toBucketId param

    String toBucketName

    toBucketName param

    System.Guid toReleaseId

    toReleaseId param

    Properties

    Error

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

    FromBucketId

    Declaration
    public System.Guid FromBucketId { get; }
    Property Value
    Type Description
    System.Guid

    FromBucketName

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

    FromReleaseId

    Declaration
    public System.Guid FromReleaseId { get; }
    Property Value
    Type Description
    System.Guid

    FromReleaseNumber

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

    PromotionId

    Declaration
    public System.Guid PromotionId { get; }
    Property Value
    Type Description
    System.Guid

    PromotionStatus

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

    ToBucketId

    Declaration
    public System.Guid ToBucketId { get; }
    Property Value
    Type Description
    System.Guid

    ToBucketName

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

    ToReleaseId

    Declaration
    public System.Guid ToReleaseId { get; }
    Property Value
    Type Description
    System.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