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

com.uwetrottmann.tmdb2.entities.GuestSession Maven / Gradle / Ivy

There is a newer version: 2.11.0
Show newest version
package com.uwetrottmann.tmdb2.entities;

public class GuestSession {

    public Boolean success;
    public String guest_session_id;
    public String expires_at;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy