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

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

The newest version!
package com.uwetrottmann.tmdb2.entities;

public class GuestSession {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy