docs.unity3d.com
    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
    Namespace: Unity.Services.Ccd.Management
    Syntax
    public class AssignBadgeOptions : object

    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, Int32)

    Create parameters object for assigning a badge.

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

    Id of the bucket.

    String badgeName

    Name of the badge.

    Int32 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 int? ReleaseNum { get; set; }
    Property Value
    Type Description
    Nullable<Int32>
    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