Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.4 KB

File metadata and controls

30 lines (21 loc) · 1.4 KB

FieldOptionsRequestSchemaDependentFieldsValueInner

Properties

Name Type Description Notes
var_field str [optional]
value str [optional]

Example

from bamboohr_sdk.models.field_options_request_schema_dependent_fields_value_inner import FieldOptionsRequestSchemaDependentFieldsValueInner

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

# convert the object into a dict
field_options_request_schema_dependent_fields_value_inner_dict = field_options_request_schema_dependent_fields_value_inner_instance.to_dict()
# create an instance of FieldOptionsRequestSchemaDependentFieldsValueInner from a dict
field_options_request_schema_dependent_fields_value_inner_from_dict = FieldOptionsRequestSchemaDependentFieldsValueInner.from_dict(field_options_request_schema_dependent_fields_value_inner_dict)

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