docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdBucketAccessToken

    CcdBucketAccessToken model

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

    Constructors

    CcdBucketAccessToken(DateTime, String, Guid, String)

    Creates an instance of CcdBucketAccessToken.

    Declaration
    [Preserve]
    public CcdBucketAccessToken(DateTime created = default(DateTime), string description = null, Guid id = default(Guid), string token = null)
    Parameters
    Type Name Description
    DateTime created

    created param

    String description

    description param

    Guid id

    id param

    String token

    token param

    Properties

    Created

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

    Description

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

    Id

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

    Token

    Declaration
    [Preserve]
    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