7575< h1 > < a href ="adexchangebuyer2_v2beta1.html "> Ad Exchange Buyer API II</ a > . < a href ="adexchangebuyer2_v2beta1.accounts.html "> accounts</ a > . < a href ="adexchangebuyer2_v2beta1.accounts.clients.html "> clients</ a > . < a href ="adexchangebuyer2_v2beta1.accounts.clients.invitations.html "> invitations</ a > </ h1 >
7676< h2 > Instance Methods</ h2 >
7777< p class ="toc_element ">
78- < code > < a href ="#create "> create(accountId, clientAccountId=None , body, x__xgafv=None)</ a > </ code > </ p >
78+ < code > < a href ="#create "> create(accountId, clientAccountId, body, x__xgafv=None)</ a > </ code > </ p >
7979< p class ="firstline "> Creates and sends out an email invitation to access</ p >
8080< p class ="toc_element ">
81- < code > < a href ="#get "> get(accountId, clientAccountId=None , invitationId, x__xgafv=None)</ a > </ code > </ p >
81+ < code > < a href ="#get "> get(accountId, clientAccountId, invitationId, x__xgafv=None)</ a > </ code > </ p >
8282< p class ="firstline "> Retrieves an existing client user invitation.</ p >
8383< p class ="toc_element ">
84- < code > < a href ="#list "> list(accountId, clientAccountId=None , pageSize=None, pageToken=None, x__xgafv=None)</ a > </ code > </ p >
84+ < code > < a href ="#list "> list(accountId, clientAccountId, pageSize=None, pageToken=None, x__xgafv=None)</ a > </ code > </ p >
8585< p class ="firstline "> Lists all the client users invitations for a client</ p >
8686< p class ="toc_element ">
8787 < code > < a href ="#list_next "> list_next(previous_request, previous_response)</ a > </ code > </ p >
8888< p class ="firstline "> Retrieves the next page of results.</ p >
8989< h3 > Method Details</ h3 >
9090< div class ="method ">
91- < code class ="details " id ="create "> create(accountId, clientAccountId=None , body, x__xgafv=None)</ code >
91+ < code class ="details " id ="create "> create(accountId, clientAccountId, body, x__xgafv=None)</ code >
9292 < pre > Creates and sends out an email invitation to access
9393an Ad Exchange client buyer account.
9494
@@ -105,11 +105,11 @@ <h3>Method Details</h3>
105105 "clientAccountId": "A String", # Numerical account ID of the client buyer
106106 # that the invited user is associated with.
107107 # The value of this field is ignored in create operations.
108+ "invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.
109+ # The value of this field is ignored in create operations.
108110 "email": "A String", # The email address to which the invitation is sent. Email
109111 # addresses should be unique among all client users under each sponsor
110112 # buyer.
111- "invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.
112- # The value of this field is ignored in create operations.
113113 }
114114
115115 x__xgafv: string, V1 error format.
@@ -126,16 +126,16 @@ <h3>Method Details</h3>
126126 "clientAccountId": "A String", # Numerical account ID of the client buyer
127127 # that the invited user is associated with.
128128 # The value of this field is ignored in create operations.
129+ "invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.
130+ # The value of this field is ignored in create operations.
129131 "email": "A String", # The email address to which the invitation is sent. Email
130132 # addresses should be unique among all client users under each sponsor
131133 # buyer.
132- "invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.
133- # The value of this field is ignored in create operations.
134134 }</ pre >
135135</ div >
136136
137137< div class ="method ">
138- < code class ="details " id ="get "> get(accountId, clientAccountId=None , invitationId, x__xgafv=None)</ code >
138+ < code class ="details " id ="get "> get(accountId, clientAccountId, invitationId, x__xgafv=None)</ code >
139139 < pre > Retrieves an existing client user invitation.
140140
141141Args:
@@ -157,16 +157,16 @@ <h3>Method Details</h3>
157157 "clientAccountId": "A String", # Numerical account ID of the client buyer
158158 # that the invited user is associated with.
159159 # The value of this field is ignored in create operations.
160+ "invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.
161+ # The value of this field is ignored in create operations.
160162 "email": "A String", # The email address to which the invitation is sent. Email
161163 # addresses should be unique among all client users under each sponsor
162164 # buyer.
163- "invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.
164- # The value of this field is ignored in create operations.
165165 }</ pre >
166166</ div >
167167
168168< div class ="method ">
169- < code class ="details " id ="list "> list(accountId, clientAccountId=None , pageSize=None, pageToken=None, x__xgafv=None)</ code >
169+ < code class ="details " id ="list "> list(accountId, clientAccountId, pageSize=None, pageToken=None, x__xgafv=None)</ code >
170170 < pre > Lists all the client users invitations for a client
171171with a given account ID.
172172
@@ -209,11 +209,11 @@ <h3>Method Details</h3>
209209 "clientAccountId": "A String", # Numerical account ID of the client buyer
210210 # that the invited user is associated with.
211211 # The value of this field is ignored in create operations.
212+ "invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.
213+ # The value of this field is ignored in create operations.
212214 "email": "A String", # The email address to which the invitation is sent. Email
213215 # addresses should be unique among all client users under each sponsor
214216 # buyer.
215- "invitationId": "A String", # The unique numerical ID of the invitation that is sent to the user.
216- # The value of this field is ignored in create operations.
217217 },
218218 ],
219219 }</ pre >
0 commit comments