docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdBucket

    CcdBucket model

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

    Constructors

    CcdBucket(CcdBucketAttributes, CcdReleaseChangeVersion, DateTime, String, System.Guid, CcdRelease, String, CcdBucketPermissions, Boolean, System.Guid)

    Creates an instance of CcdBucket.

    Declaration
    public CcdBucket(CcdBucketAttributes attributes = null, CcdReleaseChangeVersion changes = null, DateTime created = null, string description = null, System.Guid id = null, CcdRelease lastRelease = null, string name = null, CcdBucketPermissions permissions = null, bool private = null, System.Guid projectguid = null)
    Parameters
    Type Name Description
    CcdBucketAttributes attributes

    attributes param

    CcdReleaseChangeVersion changes

    changes param

    DateTime created

    created param

    String description

    description param

    System.Guid id

    id param

    CcdRelease lastRelease

    lastRelease param

    String name

    name param

    CcdBucketPermissions permissions

    permissions param

    Boolean private
    System.Guid projectguid

    projectguid param

    Properties

    Attributes

    Declaration
    public CcdBucketAttributes Attributes { get; }
    Property Value
    Type Description
    CcdBucketAttributes

    Changes

    Declaration
    public CcdReleaseChangeVersion Changes { get; }
    Property Value
    Type Description
    CcdReleaseChangeVersion

    Created

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

    Description

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

    Id

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

    LastRelease

    Declaration
    public CcdRelease LastRelease { get; }
    Property Value
    Type Description
    CcdRelease

    Name

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

    Permissions

    Declaration
    public CcdBucketPermissions Permissions { get; }
    Property Value
    Type Description
    CcdBucketPermissions

    Private

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

    Projectguid

    Declaration
    public System.Guid Projectguid { 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