| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookCellResponseAttributes |
NotebookCellResponseAttributes.NotebookCellResponseAttributesDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
NotebookCellResponseAttributes |
NotebookCellResponse.getAttributes()
The attributes of a notebook cell response.
|
NotebookCellResponseAttributes |
NotebookCellResponseAttributes.NotebookCellResponseAttributesDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
| Modifier and Type | Method and Description |
|---|---|
NotebookCellResponse |
NotebookCellResponse.attributes(NotebookCellResponseAttributes attributes) |
void |
NotebookCellResponseAttributes.NotebookCellResponseAttributesSerializer.serialize(NotebookCellResponseAttributes value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
NotebookCellResponse.setAttributes(NotebookCellResponseAttributes attributes) |
| Constructor and Description |
|---|
NotebookCellResponse(NotebookCellResponseAttributes attributes,
String id,
NotebookCellResourceType type) |
| Constructor and Description |
|---|
NotebookCellResponseAttributesSerializer(Class<NotebookCellResponseAttributes> t) |
Copyright © 2024. All rights reserved.