io.github.ferhas.users_provider.models.response.Location Maven / Gradle / Ivy
package io.github.ferhas.users_provider.models.response;
import lombok.Getter;
@Getter
@SuppressWarnings("unused")
public class Location {
private Street street;
private String city;
private String state;
private String country;
private String postcode;
private Coordinates coordinates;
private Timezone timezone;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy