/**
 * Bluvo API
 * APIs to supercharge your crypto project.
 *
 * OpenAPI spec version: 0.0.3
 * Contact: help@bluvo.co
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */

import { HttpFile } from '../http/http';

export class ConnectWallet200Response {
    /**
    * The unique identifier of the workflow run initiated to connect the wallet
    */
    'workflowRunId': string;

    static readonly discriminator: string | undefined = undefined;

    static readonly mapping: {[index: string]: string} | undefined = undefined;

    static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [
        {
            "name": "workflowRunId",
            "baseName": "workflowRunId",
            "type": "string",
            "format": ""
        }    ];

    static getAttributeTypeMap() {
        return ConnectWallet200Response.attributeTypeMap;
    }

    public constructor() {
    }
}
