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