@@ -14,7 +14,7 @@ class CreateOriginTrialRequest(Model):
14
14
Do not edit the class manually.
15
15
"""
16
16
17
- def __init__ (self , announcement_url = None , browser = None , ot_description = None , display_name = None , enterprise_policies = None , finch_url = None , experiment_goals = None , experiment_risks = None , experiment_extension_reason = None , intent_thread_url = None , origin_trial_feedback_url = None , origin_trial_id = None , ot_approval_buganizer_component = None , ot_approval_buganizer_custom_field_id = None , ot_approval_criteria_url = None , ot_approval_group_email = None , ot_chromium_trial_name = None , ot_display_name = None , ot_action_requested = None , ot_documentation_url = None , ot_emails = None , ot_feedback_submission_url = None , ot_has_third_party_support = None , ot_is_critical_trial = None , ot_is_deprecation_trial = None , ot_owner_email = None , ot_request_note = None , ot_require_approvals = None , ot_stage_id = None , ot_webfeature_use_counter = None , rollout_impact = None , rollout_milestone = None , rollout_platforms = None , rollout_details = None , desktop_first = None , desktop_last = None , android_first = None , android_last = None , ios_first = None , ios_last = None , webview_first = None , webview_last = None ): # noqa: E501
17
+ def __init__ (self , announcement_url = None , browser = None , ot_description = None , display_name = None , enterprise_policies = None , finch_url = None , experiment_goals = None , experiment_risks = None , experiment_extension_reason = None , intent_thread_url = None , origin_trial_feedback_url = None , origin_trial_id = None , ot_approval_buganizer_component = None , ot_approval_buganizer_custom_field_id = None , ot_approval_criteria_url = None , ot_approval_group_email = None , ot_chromium_trial_name = None , ot_display_name = None , ot_action_requested = None , ot_creation__bypass_file_checks = None , ot_documentation_url = None , ot_emails = None , ot_feedback_submission_url = None , ot_has_third_party_support = None , ot_is_critical_trial = None , ot_is_deprecation_trial = None , ot_owner_email = None , ot_request_note = None , ot_require_approvals = None , ot_stage_id = None , ot_webfeature_use_counter = None , rollout_impact = None , rollout_milestone = None , rollout_platforms = None , rollout_details = None , desktop_first = None , desktop_last = None , android_first = None , android_last = None , ios_first = None , ios_last = None , webview_first = None , webview_last = None ): # noqa: E501
18
18
"""CreateOriginTrialRequest - a model defined in OpenAPI
19
19
20
20
:param announcement_url: The announcement_url of this CreateOriginTrialRequest. # noqa: E501
@@ -55,6 +55,8 @@ def __init__(self, announcement_url=None, browser=None, ot_description=None, dis
55
55
:type ot_display_name: FieldInfo
56
56
:param ot_action_requested: The ot_action_requested of this CreateOriginTrialRequest. # noqa: E501
57
57
:type ot_action_requested: FieldInfo
58
+ :param ot_creation__bypass_file_checks: The ot_creation__bypass_file_checks of this CreateOriginTrialRequest. # noqa: E501
59
+ :type ot_creation__bypass_file_checks: FieldInfo
58
60
:param ot_documentation_url: The ot_documentation_url of this CreateOriginTrialRequest. # noqa: E501
59
61
:type ot_documentation_url: FieldInfo
60
62
:param ot_emails: The ot_emails of this CreateOriginTrialRequest. # noqa: E501
@@ -122,6 +124,7 @@ def __init__(self, announcement_url=None, browser=None, ot_description=None, dis
122
124
'ot_chromium_trial_name' : FieldInfo ,
123
125
'ot_display_name' : FieldInfo ,
124
126
'ot_action_requested' : FieldInfo ,
127
+ 'ot_creation__bypass_file_checks' : FieldInfo ,
125
128
'ot_documentation_url' : FieldInfo ,
126
129
'ot_emails' : FieldInfo ,
127
130
'ot_feedback_submission_url' : FieldInfo ,
@@ -167,6 +170,7 @@ def __init__(self, announcement_url=None, browser=None, ot_description=None, dis
167
170
'ot_chromium_trial_name' : 'ot_chromium_trial_name' ,
168
171
'ot_display_name' : 'ot_display_name' ,
169
172
'ot_action_requested' : 'ot_action_requested' ,
173
+ 'ot_creation__bypass_file_checks' : 'ot_creation__bypass_file_checks' ,
170
174
'ot_documentation_url' : 'ot_documentation_url' ,
171
175
'ot_emails' : 'ot_emails' ,
172
176
'ot_feedback_submission_url' : 'ot_feedback_submission_url' ,
@@ -211,6 +215,7 @@ def __init__(self, announcement_url=None, browser=None, ot_description=None, dis
211
215
self ._ot_chromium_trial_name = ot_chromium_trial_name
212
216
self ._ot_display_name = ot_display_name
213
217
self ._ot_action_requested = ot_action_requested
218
+ self ._ot_creation__bypass_file_checks = ot_creation__bypass_file_checks
214
219
self ._ot_documentation_url = ot_documentation_url
215
220
self ._ot_emails = ot_emails
216
221
self ._ot_feedback_submission_url = ot_feedback_submission_url
@@ -645,6 +650,27 @@ def ot_action_requested(self, ot_action_requested: FieldInfo):
645
650
646
651
self ._ot_action_requested = ot_action_requested
647
652
653
+ @property
654
+ def ot_creation__bypass_file_checks (self ) -> FieldInfo :
655
+ """Gets the ot_creation__bypass_file_checks of this CreateOriginTrialRequest.
656
+
657
+
658
+ :return: The ot_creation__bypass_file_checks of this CreateOriginTrialRequest.
659
+ :rtype: FieldInfo
660
+ """
661
+ return self ._ot_creation__bypass_file_checks
662
+
663
+ @ot_creation__bypass_file_checks .setter
664
+ def ot_creation__bypass_file_checks (self , ot_creation__bypass_file_checks : FieldInfo ):
665
+ """Sets the ot_creation__bypass_file_checks of this CreateOriginTrialRequest.
666
+
667
+
668
+ :param ot_creation__bypass_file_checks: The ot_creation__bypass_file_checks of this CreateOriginTrialRequest.
669
+ :type ot_creation__bypass_file_checks: FieldInfo
670
+ """
671
+
672
+ self ._ot_creation__bypass_file_checks = ot_creation__bypass_file_checks
673
+
648
674
@property
649
675
def ot_documentation_url (self ) -> FieldInfo :
650
676
"""Gets the ot_documentation_url of this CreateOriginTrialRequest.
0 commit comments