Sha256: a4bcd2975f3c0b256cd29b1dd8f734b12097b9d686a96a1df4b4458e45a439de
Contents?: true
Size: 432 Bytes
Versions: 75
Compression:
Stored size: 432 Bytes
Contents
# AutosdeOpenapiClient::CeleryConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **celery_beat_enabled** | **Boolean** | celery_beat_enabled | [optional] | | **interval_sec** | **Integer** | interval_sec | [optional] | ## Example ```ruby require 'autosde_openapi_client' instance = AutosdeOpenapiClient::CeleryConfig.new( celery_beat_enabled: null, interval_sec: null ) ```
Version data entries
75 entries across 75 versions & 1 rubygems