75
75
< 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 >
76
76
< h2 > Instance Methods</ h2 >
77
77
< 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 >
79
79
< p class ="firstline "> Creates and sends out an email invitation to access</ p >
80
80
< 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 >
82
82
< p class ="firstline "> Retrieves an existing client user invitation.</ p >
83
83
< 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 >
85
85
< p class ="firstline "> Lists all the client users invitations for a client</ p >
86
86
< p class ="toc_element ">
87
87
< code > < a href ="#list_next "> list_next(previous_request, previous_response)</ a > </ code > </ p >
88
88
< p class ="firstline "> Retrieves the next page of results.</ p >
89
89
< h3 > Method Details</ h3 >
90
90
< 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 >
92
92
< pre > Creates and sends out an email invitation to access
93
93
an Ad Exchange client buyer account.
94
94
@@ -105,11 +105,11 @@ <h3>Method Details</h3>
105
105
"clientAccountId": "A String", # Numerical account ID of the client buyer
106
106
# that the invited user is associated with.
107
107
# 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.
108
110
"email": "A String", # The email address to which the invitation is sent. Email
109
111
# addresses should be unique among all client users under each sponsor
110
112
# 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.
113
113
}
114
114
115
115
x__xgafv: string, V1 error format.
@@ -126,16 +126,16 @@ <h3>Method Details</h3>
126
126
"clientAccountId": "A String", # Numerical account ID of the client buyer
127
127
# that the invited user is associated with.
128
128
# 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.
129
131
"email": "A String", # The email address to which the invitation is sent. Email
130
132
# addresses should be unique among all client users under each sponsor
131
133
# 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.
134
134
}</ pre >
135
135
</ div >
136
136
137
137
< 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 >
139
139
< pre > Retrieves an existing client user invitation.
140
140
141
141
Args:
@@ -157,16 +157,16 @@ <h3>Method Details</h3>
157
157
"clientAccountId": "A String", # Numerical account ID of the client buyer
158
158
# that the invited user is associated with.
159
159
# 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.
160
162
"email": "A String", # The email address to which the invitation is sent. Email
161
163
# addresses should be unique among all client users under each sponsor
162
164
# 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.
165
165
}</ pre >
166
166
</ div >
167
167
168
168
< 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 >
170
170
< pre > Lists all the client users invitations for a client
171
171
with a given account ID.
172
172
@@ -209,11 +209,11 @@ <h3>Method Details</h3>
209
209
"clientAccountId": "A String", # Numerical account ID of the client buyer
210
210
# that the invited user is associated with.
211
211
# 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.
212
214
"email": "A String", # The email address to which the invitation is sent. Email
213
215
# addresses should be unique among all client users under each sponsor
214
216
# 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.
217
217
},
218
218
],
219
219
}</ pre >
0 commit comments