Skip to content

Latest commit

History

History
30 lines (21 loc) · 898 Bytes

File metadata and controls

30 lines (21 loc) · 898 Bytes

FluentBit

Properties

NameTypeDescriptionNotes
enabledbool[optional] [default to True]
valuesobject[optional]

Example

fromplatform_api_python_client.models.fluent_bitimportFluentBit# TODO update the JSON string belowjson="{}"# create an instance of FluentBit from a JSON stringfluent_bit_instance=FluentBit.from_json(json)
# print the JSON string representation of the objectprint(FluentBit.to_json())
# convert the object into a dictfluent_bit_dict=fluent_bit_instance.to_dict()
# create an instance of FluentBit from a dictfluent_bit_from_dict=FluentBit.from_dict(fluent_bit_dict)

[Back to Model list][Back to API list][Back to README]