
com.influxdb.client.domain.TemplateSummaryLabel Maven / Gradle / Ivy
/*
* InfluxDB OSS API Service
* The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint.
*
* OpenAPI spec version: 2.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.influxdb.client.domain;
import java.util.Objects;
import java.util.Arrays;
import com.google.gson.TypeAdapter;
import com.google.gson.annotations.JsonAdapter;
import com.google.gson.annotations.SerializedName;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import com.influxdb.client.domain.TemplateKind;
import com.influxdb.client.domain.TemplateSummaryLabelProperties;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
/**
* TemplateSummaryLabel
*/
public class TemplateSummaryLabel {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
private String id;
public static final String SERIALIZED_NAME_ORG_I_D = "orgID";
@SerializedName(SERIALIZED_NAME_ORG_I_D)
private String orgID;
public static final String SERIALIZED_NAME_KIND = "kind";
@SerializedName(SERIALIZED_NAME_KIND)
private TemplateKind kind = null;
public static final String SERIALIZED_NAME_TEMPLATE_META_NAME = "templateMetaName";
@SerializedName(SERIALIZED_NAME_TEMPLATE_META_NAME)
private String templateMetaName;
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
private String name;
public static final String SERIALIZED_NAME_PROPERTIES = "properties";
@SerializedName(SERIALIZED_NAME_PROPERTIES)
private TemplateSummaryLabelProperties properties = null;
public static final String SERIALIZED_NAME_ENV_REFERENCES = "envReferences";
@SerializedName(SERIALIZED_NAME_ENV_REFERENCES)
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy