AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class MubertResponse<T>

    Inheritance
    object
    MubertResponse<T>
    GetPlayMusicResponse
    TrackResponse
    Namespace: Glitch9.AIDevKit.Mubert
    Assembly: .dll
    Syntax
    public class MubertResponse<T>
    Type Parameters
    Name Description
    T

    Properties

    ApiVersion

    Required. The API version.

    Declaration
    public string ApiVersion { get; set; }
    Property Value
    Type Description
    string

    Data

    Required. The response data.

    Declaration
    public T Data { get; set; }
    Property Value
    Type Description
    T

    Method

    Required. The name of the method.

    Declaration
    public MubertMethod Method { get; set; }
    Property Value
    Type Description
    MubertMethod

    Status

    Required. The status of the request.

    Declaration
    public int Status { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX