@@ -87,7 +87,7 @@ def create(
8787 * ,
8888 account_id : str ,
8989 email : str ,
90- policies : Iterable [member_create_params .IamCreateMemberWithPoliciesPolicy ],
90+ policies : Iterable [member_create_params .IAMCreateMemberWithPoliciesPolicy ],
9191 status : Literal ["accepted" , "pending" ] | NotGiven = NOT_GIVEN ,
9292 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
9393 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -124,7 +124,7 @@ def create(
124124 email : str ,
125125 roles : List [str ] | NotGiven = NOT_GIVEN ,
126126 status : Literal ["accepted" , "pending" ] | NotGiven = NOT_GIVEN ,
127- policies : Iterable [member_create_params .IamCreateMemberWithPoliciesPolicy ] | NotGiven = NOT_GIVEN ,
127+ policies : Iterable [member_create_params .IAMCreateMemberWithPoliciesPolicy ] | NotGiven = NOT_GIVEN ,
128128 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
129129 # The extra values given here take precedence over values defined on the client or passed to this method.
130130 extra_headers : Headers | None = None ,
@@ -195,7 +195,7 @@ def update(
195195 member_id : str ,
196196 * ,
197197 account_id : str ,
198- policies : Iterable [member_update_params .IamUpdateMemberWithPoliciesPolicy ],
198+ policies : Iterable [member_update_params .IAMUpdateMemberWithPoliciesPolicy ],
199199 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
200200 # The extra values given here take precedence over values defined on the client or passed to this method.
201201 extra_headers : Headers | None = None ,
@@ -230,7 +230,7 @@ def update(
230230 * ,
231231 account_id : str ,
232232 roles : Iterable [member_update_params .MemberRole ] | NotGiven = NOT_GIVEN ,
233- policies : Iterable [member_update_params .IamUpdateMemberWithPoliciesPolicy ] | NotGiven = NOT_GIVEN ,
233+ policies : Iterable [member_update_params .IAMUpdateMemberWithPoliciesPolicy ] | NotGiven = NOT_GIVEN ,
234234 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
235235 # The extra values given here take precedence over values defined on the client or passed to this method.
236236 extra_headers : Headers | None = None ,
@@ -464,7 +464,7 @@ async def create(
464464 * ,
465465 account_id : str ,
466466 email : str ,
467- policies : Iterable [member_create_params .IamCreateMemberWithPoliciesPolicy ],
467+ policies : Iterable [member_create_params .IAMCreateMemberWithPoliciesPolicy ],
468468 status : Literal ["accepted" , "pending" ] | NotGiven = NOT_GIVEN ,
469469 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
470470 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -501,7 +501,7 @@ async def create(
501501 email : str ,
502502 roles : List [str ] | NotGiven = NOT_GIVEN ,
503503 status : Literal ["accepted" , "pending" ] | NotGiven = NOT_GIVEN ,
504- policies : Iterable [member_create_params .IamCreateMemberWithPoliciesPolicy ] | NotGiven = NOT_GIVEN ,
504+ policies : Iterable [member_create_params .IAMCreateMemberWithPoliciesPolicy ] | NotGiven = NOT_GIVEN ,
505505 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
506506 # The extra values given here take precedence over values defined on the client or passed to this method.
507507 extra_headers : Headers | None = None ,
@@ -572,7 +572,7 @@ async def update(
572572 member_id : str ,
573573 * ,
574574 account_id : str ,
575- policies : Iterable [member_update_params .IamUpdateMemberWithPoliciesPolicy ],
575+ policies : Iterable [member_update_params .IAMUpdateMemberWithPoliciesPolicy ],
576576 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
577577 # The extra values given here take precedence over values defined on the client or passed to this method.
578578 extra_headers : Headers | None = None ,
@@ -607,7 +607,7 @@ async def update(
607607 * ,
608608 account_id : str ,
609609 roles : Iterable [member_update_params .MemberRole ] | NotGiven = NOT_GIVEN ,
610- policies : Iterable [member_update_params .IamUpdateMemberWithPoliciesPolicy ] | NotGiven = NOT_GIVEN ,
610+ policies : Iterable [member_update_params .IAMUpdateMemberWithPoliciesPolicy ] | NotGiven = NOT_GIVEN ,
611611 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
612612 # The extra values given here take precedence over values defined on the client or passed to this method.
613613 extra_headers : Headers | None = None ,
0 commit comments