All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.zxbu.webdavteambition.bean.GithubAssetsInfo Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
package com.github.zxbu.webdavteambition.bean;

import com.google.gson.annotations.SerializedName;

/**
 * Created by Jason on 2017/9/10.
 */

public class GithubAssetsInfo {

    public String name;

    @SerializedName("browser_download_url")
    public String url;

    public long size;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy