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

io.github.dev_craft.firebase.deeplinking.client.response.DeepLinkCreationResponse Maven / Gradle / Ivy

package io.github.dev_craft.firebase.deeplinking.client.response;

import lombok.Data;

import java.util.List;

@Data
public class DeepLinkCreationResponse {

    private String shortLink;
    private List warning;
    private String previewLink;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy