Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.69 KB

File metadata and controls

31 lines (22 loc) · 1.69 KB

AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation

Properties

Name Type Description Notes
can_reshuffle bool
default_variation int
type str

Example

from launchdarkly_api.models.ai_config_targeting_environment_fallthrough_rollout_experimentation_allocation import AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation

# TODO update the JSON string below
json = "{}"
# create an instance of AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation from a JSON string
ai_config_targeting_environment_fallthrough_rollout_experimentation_allocation_instance = AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation.from_json(json)
# print the JSON string representation of the object
print(AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation.to_json())

# convert the object into a dict
ai_config_targeting_environment_fallthrough_rollout_experimentation_allocation_dict = ai_config_targeting_environment_fallthrough_rollout_experimentation_allocation_instance.to_dict()
# create an instance of AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation from a dict
ai_config_targeting_environment_fallthrough_rollout_experimentation_allocation_from_dict = AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation.from_dict(ai_config_targeting_environment_fallthrough_rollout_experimentation_allocation_dict)

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