@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GcpUcConfigResponseDataAttributes extends Object
GcpUcConfigResponseDataAttributes object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACCOUNT_ID |
static String |
JSON_PROPERTY_BUCKET_NAME |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DATASET |
static String |
JSON_PROPERTY_ERROR_MESSAGES |
static String |
JSON_PROPERTY_EXPORT_PREFIX |
static String |
JSON_PROPERTY_EXPORT_PROJECT_NAME |
static String |
JSON_PROPERTY_MONTHS |
static String |
JSON_PROPERTY_PROJECT_ID |
static String |
JSON_PROPERTY_SERVICE_ACCOUNT |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_STATUS_UPDATED_AT |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
GcpUcConfigResponseDataAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_ACCOUNT_ID
public static final String JSON_PROPERTY_BUCKET_NAME
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DATASET
public static final String JSON_PROPERTY_ERROR_MESSAGES
public static final String JSON_PROPERTY_EXPORT_PREFIX
public static final String JSON_PROPERTY_EXPORT_PROJECT_NAME
public static final String JSON_PROPERTY_MONTHS
public static final String JSON_PROPERTY_PROJECT_ID
public static final String JSON_PROPERTY_SERVICE_ACCOUNT
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_STATUS_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_AT
public GcpUcConfigResponseDataAttributes accountId(String accountId)
@Nullable public String getAccountId()
attributes account_id.public void setAccountId(String accountId)
public GcpUcConfigResponseDataAttributes bucketName(String bucketName)
@Nullable public String getBucketName()
attributes bucket_name.public void setBucketName(String bucketName)
public GcpUcConfigResponseDataAttributes createdAt(String createdAt)
@Nullable public String getCreatedAt()
attributes created_at.public void setCreatedAt(String createdAt)
public GcpUcConfigResponseDataAttributes dataset(String dataset)
@Nullable public String getDataset()
attributes dataset.public void setDataset(String dataset)
public GcpUcConfigResponseDataAttributes errorMessages(List<String> errorMessages)
public GcpUcConfigResponseDataAttributes addErrorMessagesItem(String errorMessagesItem)
@Nullable public List<String> getErrorMessages()
attributes error_messages.public org.openapitools.jackson.nullable.JsonNullable<List<String>> getErrorMessages_JsonNullable()
public void setErrorMessages_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> errorMessages)
public GcpUcConfigResponseDataAttributes exportPrefix(String exportPrefix)
@Nullable public String getExportPrefix()
attributes export_prefix.public void setExportPrefix(String exportPrefix)
public GcpUcConfigResponseDataAttributes exportProjectName(String exportProjectName)
@Nullable public String getExportProjectName()
attributes export_project_name.public void setExportProjectName(String exportProjectName)
public GcpUcConfigResponseDataAttributes months(Long months)
@Nullable public Long getMonths()
attributes months.public void setMonths(Long months)
public GcpUcConfigResponseDataAttributes projectId(String projectId)
@Nullable public String getProjectId()
attributes project_id.public void setProjectId(String projectId)
public GcpUcConfigResponseDataAttributes serviceAccount(String serviceAccount)
@Nullable public String getServiceAccount()
attributes service_account.public void setServiceAccount(String serviceAccount)
public GcpUcConfigResponseDataAttributes status(String status)
@Nullable public String getStatus()
attributes status.public void setStatus(String status)
public GcpUcConfigResponseDataAttributes statusUpdatedAt(String statusUpdatedAt)
@Nullable public String getStatusUpdatedAt()
attributes status_updated_at.public void setStatusUpdatedAt(String statusUpdatedAt)
public GcpUcConfigResponseDataAttributes updatedAt(String updatedAt)
@Nullable public String getUpdatedAt()
attributes updated_at.public void setUpdatedAt(String updatedAt)
public GcpUcConfigResponseDataAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.