docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AssignBadgeOptions

    Parameters for assigning a badge. Either "ReleaseId" or "ReleaseNum" should be specified, but not both.

    Inheritance
    object
    AssignBadgeOptions
    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 AssignBadgeOptions

    Constructors

    AssignBadgeOptions(Guid, string, Guid)

    Create parameters object for assigning a badge.

    Declaration
    public AssignBadgeOptions(Guid bucketId, string badgeName, Guid releaseId)
    Parameters
    Type Name Description
    Guid bucketId

    Id of the bucket.

    string badgeName

    Name of the badge.

    Guid releaseId

    Id of the release.

    AssignBadgeOptions(Guid, string, long)

    Create parameters object for assigning a badge.

    Declaration
    public AssignBadgeOptions(Guid bucketId, string badgeName, long releaseNum)
    Parameters
    Type Name Description
    Guid bucketId

    Id of the bucket.

    string badgeName

    Name of the badge.

    long releaseNum

    Properties

    BadgeName

    Name of the badge to update.

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

    BucketId

    Id of bucket to manage permission.

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

    ReleaseId

    The release id of the badge to update.

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

    ReleaseNum

    The release number of the badge to update.

    Declaration
    public long? ReleaseNum { get; set; }
    Property Value
    Type Description
    long?
    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)