@@ -99,6 +99,7 @@ class Checkbox(object):
9999 'shared' : 'str' ,
100100 'shared_metadata' : 'PropertyMetadata' ,
101101 'smart_contract_information' : 'SmartContractInformation' ,
102+ 'source' : 'str' ,
102103 'status' : 'str' ,
103104 'status_metadata' : 'PropertyMetadata' ,
104105 'tab_group_labels' : 'list[str]' ,
@@ -196,6 +197,7 @@ class Checkbox(object):
196197 'shared' : 'shared' ,
197198 'shared_metadata' : 'sharedMetadata' ,
198199 'smart_contract_information' : 'smartContractInformation' ,
200+ 'source' : 'source' ,
199201 'status' : 'status' ,
200202 'status_metadata' : 'statusMetadata' ,
201203 'tab_group_labels' : 'tabGroupLabels' ,
@@ -224,7 +226,7 @@ class Checkbox(object):
224226 'y_position_metadata' : 'yPositionMetadata'
225227 }
226228
227- def __init__ (self , anchor_allow_white_space_in_characters = None , anchor_allow_white_space_in_characters_metadata = None , anchor_case_sensitive = None , anchor_case_sensitive_metadata = None , anchor_horizontal_alignment = None , anchor_horizontal_alignment_metadata = None , anchor_ignore_if_not_present = None , anchor_ignore_if_not_present_metadata = None , anchor_match_whole_word = None , anchor_match_whole_word_metadata = None , anchor_string = None , anchor_string_metadata = None , anchor_tab_processor_version = None , anchor_tab_processor_version_metadata = None , anchor_units = None , anchor_units_metadata = None , anchor_x_offset = None , anchor_x_offset_metadata = None , anchor_y_offset = None , anchor_y_offset_metadata = None , bold = None , bold_metadata = None , conditional_parent_label = None , conditional_parent_label_metadata = None , conditional_parent_value = None , conditional_parent_value_metadata = None , custom_tab_id = None , custom_tab_id_metadata = None , document_id = None , document_id_metadata = None , error_details = None , font = None , font_color = None , font_color_metadata = None , font_metadata = None , font_size = None , font_size_metadata = None , form_order = None , form_order_metadata = None , form_page_label = None , form_page_label_metadata = None , form_page_number = None , form_page_number_metadata = None , height = None , height_metadata = None , italic = None , italic_metadata = None , locked = None , locked_metadata = None , merge_field = None , merge_field_xml = None , name = None , name_metadata = None , page_number = None , page_number_metadata = None , recipient_id = None , recipient_id_guid = None , recipient_id_guid_metadata = None , recipient_id_metadata = None , required = None , required_metadata = None , require_initial_on_shared_change = None , require_initial_on_shared_change_metadata = None , selected = None , selected_metadata = None , shared = None , shared_metadata = None , smart_contract_information = None , status = None , status_metadata = None , tab_group_labels = None , tab_group_labels_metadata = None , tab_id = None , tab_id_metadata = None , tab_label = None , tab_label_metadata = None , tab_order = None , tab_order_metadata = None , tab_type = None , tab_type_metadata = None , template_locked = None , template_locked_metadata = None , template_required = None , template_required_metadata = None , tooltip = None , tool_tip_metadata = None , underline = None , underline_metadata = None , width = None , width_metadata = None , x_position = None , x_position_metadata = None , y_position = None , y_position_metadata = None ): # noqa: E501
229+ def __init__ (self , anchor_allow_white_space_in_characters = None , anchor_allow_white_space_in_characters_metadata = None , anchor_case_sensitive = None , anchor_case_sensitive_metadata = None , anchor_horizontal_alignment = None , anchor_horizontal_alignment_metadata = None , anchor_ignore_if_not_present = None , anchor_ignore_if_not_present_metadata = None , anchor_match_whole_word = None , anchor_match_whole_word_metadata = None , anchor_string = None , anchor_string_metadata = None , anchor_tab_processor_version = None , anchor_tab_processor_version_metadata = None , anchor_units = None , anchor_units_metadata = None , anchor_x_offset = None , anchor_x_offset_metadata = None , anchor_y_offset = None , anchor_y_offset_metadata = None , bold = None , bold_metadata = None , conditional_parent_label = None , conditional_parent_label_metadata = None , conditional_parent_value = None , conditional_parent_value_metadata = None , custom_tab_id = None , custom_tab_id_metadata = None , document_id = None , document_id_metadata = None , error_details = None , font = None , font_color = None , font_color_metadata = None , font_metadata = None , font_size = None , font_size_metadata = None , form_order = None , form_order_metadata = None , form_page_label = None , form_page_label_metadata = None , form_page_number = None , form_page_number_metadata = None , height = None , height_metadata = None , italic = None , italic_metadata = None , locked = None , locked_metadata = None , merge_field = None , merge_field_xml = None , name = None , name_metadata = None , page_number = None , page_number_metadata = None , recipient_id = None , recipient_id_guid = None , recipient_id_guid_metadata = None , recipient_id_metadata = None , required = None , required_metadata = None , require_initial_on_shared_change = None , require_initial_on_shared_change_metadata = None , selected = None , selected_metadata = None , shared = None , shared_metadata = None , smart_contract_information = None , source = None , status = None , status_metadata = None , tab_group_labels = None , tab_group_labels_metadata = None , tab_id = None , tab_id_metadata = None , tab_label = None , tab_label_metadata = None , tab_order = None , tab_order_metadata = None , tab_type = None , tab_type_metadata = None , template_locked = None , template_locked_metadata = None , template_required = None , template_required_metadata = None , tooltip = None , tool_tip_metadata = None , underline = None , underline_metadata = None , width = None , width_metadata = None , x_position = None , x_position_metadata = None , y_position = None , y_position_metadata = None ): # noqa: E501
228230 """Checkbox - a model defined in Swagger""" # noqa: E501
229231
230232 self ._anchor_allow_white_space_in_characters = None
@@ -295,6 +297,7 @@ def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_whi
295297 self ._shared = None
296298 self ._shared_metadata = None
297299 self ._smart_contract_information = None
300+ self ._source = None
298301 self ._status = None
299302 self ._status_metadata = None
300303 self ._tab_group_labels = None
@@ -459,6 +462,8 @@ def __init__(self, anchor_allow_white_space_in_characters=None, anchor_allow_whi
459462 self .shared_metadata = shared_metadata
460463 if smart_contract_information is not None :
461464 self .smart_contract_information = smart_contract_information
465+ if source is not None :
466+ self .source = source
462467 if status is not None :
463468 self .status = status
464469 if status_metadata is not None :
@@ -2006,6 +2011,29 @@ def smart_contract_information(self, smart_contract_information):
20062011
20072012 self ._smart_contract_information = smart_contract_information
20082013
2014+ @property
2015+ def source (self ):
2016+ """Gets the source of this Checkbox. # noqa: E501
2017+
2018+ # noqa: E501
2019+
2020+ :return: The source of this Checkbox. # noqa: E501
2021+ :rtype: str
2022+ """
2023+ return self ._source
2024+
2025+ @source .setter
2026+ def source (self , source ):
2027+ """Sets the source of this Checkbox.
2028+
2029+ # noqa: E501
2030+
2031+ :param source: The source of this Checkbox. # noqa: E501
2032+ :type: str
2033+ """
2034+
2035+ self ._source = source
2036+
20092037 @property
20102038 def status (self ):
20112039 """Gets the status of this Checkbox. # noqa: E501
0 commit comments