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

jp.co.yahoo.adssearchapi.v14.model.LabelServiceOperation Maven / Gradle / Ivy

There is a newer version: 8.1.1-spring5
Show newest version
/*
 * Yahoo!広告 検索広告 API リファレンス / Yahoo! JAPAN Ads Search Ads API Reference
 * 
Yahoo!広告 検索広告 APIのWebサービスについて説明します。
Search Ads API Web Services supported in Yahoo! JAPAN Ads API.
OpenAPI Specification
Best Practice
Best Practice
* * The version of the OpenAPI document: v14 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package jp.co.yahoo.adssearchapi.v14.model; import java.util.Objects; import java.util.Arrays; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.util.ArrayList; import java.util.List; import jp.co.yahoo.adssearchapi.v14.model.Label; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import com.fasterxml.jackson.annotation.JsonTypeName; /** * <div lang=\"ja\">LabelServiceOperationオブジェクトは、操作の対象となるラベルの情報と処理の内容を表します。</div> <div lang=\"en\">LabelServiceOperation object displays the information on label to be operated and processing content.</div> */ @ApiModel(description = "
LabelServiceOperationオブジェクトは、操作の対象となるラベルの情報と処理の内容を表します。
LabelServiceOperation object displays the information on label to be operated and processing content.
") @JsonPropertyOrder({ LabelServiceOperation.JSON_PROPERTY_ACCOUNT_ID, LabelServiceOperation.JSON_PROPERTY_OPERAND }) @JsonTypeName("LabelServiceOperation") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class LabelServiceOperation { public static final String JSON_PROPERTY_ACCOUNT_ID = "accountId"; private Long accountId; public static final String JSON_PROPERTY_OPERAND = "operand"; private List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy