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

net.optionfactory.whatsapp.dto.phone.Throughput Maven / Gradle / Ivy

package net.optionfactory.whatsapp.dto.phone;

import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
import com.fasterxml.jackson.annotation.JsonProperty;
import net.optionfactory.whatsapp.dto.phone.type.LevelType;

/**
 * The type Throughput.
 */
@JsonInclude(value = Include.NON_NULL)
public record Throughput(

        @JsonProperty("level") LevelType Level)
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy