@@ -87,7 +87,7 @@ def create(
87
87
* ,
88
88
account_id : str ,
89
89
email : str ,
90
- policies : Iterable [member_create_params .IamCreateMemberWithPoliciesPolicy ],
90
+ policies : Iterable [member_create_params .IAMCreateMemberWithPoliciesPolicy ],
91
91
status : Literal ["accepted" , "pending" ] | NotGiven = NOT_GIVEN ,
92
92
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
93
93
# The extra values given here take precedence over values defined on the client or passed to this method.
@@ -124,7 +124,7 @@ def create(
124
124
email : str ,
125
125
roles : List [str ] | NotGiven = NOT_GIVEN ,
126
126
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 ,
128
128
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
129
129
# The extra values given here take precedence over values defined on the client or passed to this method.
130
130
extra_headers : Headers | None = None ,
@@ -195,7 +195,7 @@ def update(
195
195
member_id : str ,
196
196
* ,
197
197
account_id : str ,
198
- policies : Iterable [member_update_params .IamUpdateMemberWithPoliciesPolicy ],
198
+ policies : Iterable [member_update_params .IAMUpdateMemberWithPoliciesPolicy ],
199
199
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
200
200
# The extra values given here take precedence over values defined on the client or passed to this method.
201
201
extra_headers : Headers | None = None ,
@@ -230,7 +230,7 @@ def update(
230
230
* ,
231
231
account_id : str ,
232
232
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 ,
234
234
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
235
235
# The extra values given here take precedence over values defined on the client or passed to this method.
236
236
extra_headers : Headers | None = None ,
@@ -464,7 +464,7 @@ async def create(
464
464
* ,
465
465
account_id : str ,
466
466
email : str ,
467
- policies : Iterable [member_create_params .IamCreateMemberWithPoliciesPolicy ],
467
+ policies : Iterable [member_create_params .IAMCreateMemberWithPoliciesPolicy ],
468
468
status : Literal ["accepted" , "pending" ] | NotGiven = NOT_GIVEN ,
469
469
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
470
470
# 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(
501
501
email : str ,
502
502
roles : List [str ] | NotGiven = NOT_GIVEN ,
503
503
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 ,
505
505
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
506
506
# The extra values given here take precedence over values defined on the client or passed to this method.
507
507
extra_headers : Headers | None = None ,
@@ -572,7 +572,7 @@ async def update(
572
572
member_id : str ,
573
573
* ,
574
574
account_id : str ,
575
- policies : Iterable [member_update_params .IamUpdateMemberWithPoliciesPolicy ],
575
+ policies : Iterable [member_update_params .IAMUpdateMemberWithPoliciesPolicy ],
576
576
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
577
577
# The extra values given here take precedence over values defined on the client or passed to this method.
578
578
extra_headers : Headers | None = None ,
@@ -607,7 +607,7 @@ async def update(
607
607
* ,
608
608
account_id : str ,
609
609
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 ,
611
611
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
612
612
# The extra values given here take precedence over values defined on the client or passed to this method.
613
613
extra_headers : Headers | None = None ,
0 commit comments