docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdBucketCreate

    CcdBucketCreate model

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

    Constructors

    CcdBucketCreate(String, Guid, String, Boolean)

    Creates an instance of CcdBucketCreate.

    Declaration
    [Preserve]
    public CcdBucketCreate(string name, Guid projectguid, string description = null, bool private = false)
    Parameters
    Type Name Description
    String name

    name param

    Guid projectguid

    projectguid param

    String description

    description param

    Boolean private

    Properties

    Description

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

    Name

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

    Private

    Declaration
    [Preserve]
    public bool Private { get; }
    Property Value
    Type Description
    Boolean

    Projectguid

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