docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdBadge

    CcdBadge model

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

    Constructors

    CcdBadge(DateTime, String, String, String, Guid, Int32)

    Creates an instance of CcdBadge.

    Declaration
    [Preserve]
    public CcdBadge(DateTime created = default(DateTime), string createdBy = null, string createdByName = null, string name = null, Guid releaseid = default(Guid), int releasenum = 0)
    Parameters
    Type Name Description
    DateTime created

    created param

    String createdBy

    createdBy param

    String createdByName

    createdByName param

    String name

    name param

    Guid releaseid

    releaseid param

    Int32 releasenum

    releasenum param

    Properties

    Created

    Declaration
    [Preserve]
    public DateTime Created { get; }
    Property Value
    Type Description
    DateTime

    CreatedBy

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

    CreatedByName

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

    Name

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

    Releaseid

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

    Releasenum

    Declaration
    [Preserve]
    public int Releasenum { get; }
    Property Value
    Type Description
    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