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

com.byteplus.model.request.ApplySmsTemplateRequest Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.request;

import com.alibaba.fastjson.annotation.JSONField;
import com.byteplus.model.beans.ShortUrlConfig;
import lombok.Data;

@Data
public class ApplySmsTemplateRequest {
    @JSONField(name = "SubAccount")
    String subAccount;

    @JSONField(name = "Area")
    String area;

    @JSONField(name = "ChannelType")
    String channelType;

    @JSONField(name = "Content")
    String content;

    @JSONField(name = "Desc")
    String desc;

    @JSONField(name = "Name")
    String name;

    @JSONField(name = "ShortUrlConfig")
    ShortUrlConfig shortUrlConfig;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy