docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdBucketAccessToken

    CcdBucketAccessToken model

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

    Constructors

    CcdBucketAccessToken(DateTime, String, System.Guid, String)

    Creates an instance of CcdBucketAccessToken.

    Declaration
    public CcdBucketAccessToken(DateTime created = null, string description = null, System.Guid id = null, string token = null)
    Parameters
    Type Name Description
    DateTime created

    created param

    String description

    description param

    System.Guid id

    id param

    String token

    token param

    Properties

    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

    Token

    Declaration
    public string Token { get; }
    Property Value
    Type Description
    String
    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