@@ -111,196 +111,6 @@ type Auxiliary_Notification_Emergency_Status struct {
111111 Name * string `json:"name,omitempty" xmlrpc:"name,omitempty"`
112112}
113113
114- // no documentation yet
115- type Auxiliary_Press_Release struct {
116- Entity
117-
118- // no documentation yet
119- About []Auxiliary_Press_Release_About_Press_Release `json:"about,omitempty" xmlrpc:"about,omitempty"`
120-
121- // A count of
122- AboutCount * uint `json:"aboutCount,omitempty" xmlrpc:"aboutCount,omitempty"`
123-
124- // A count of
125- ContactCount * uint `json:"contactCount,omitempty" xmlrpc:"contactCount,omitempty"`
126-
127- // no documentation yet
128- Contacts []Auxiliary_Press_Release_Contact_Press_Release `json:"contacts,omitempty" xmlrpc:"contacts,omitempty"`
129-
130- // A press release's internal identifier.
131- Id * int `json:"id,omitempty" xmlrpc:"id,omitempty"`
132-
133- // A count of
134- MediaPartnerCount * uint `json:"mediaPartnerCount,omitempty" xmlrpc:"mediaPartnerCount,omitempty"`
135-
136- // no documentation yet
137- MediaPartners []Auxiliary_Press_Release_Media_Partner_Press_Release `json:"mediaPartners,omitempty" xmlrpc:"mediaPartners,omitempty"`
138-
139- // no documentation yet
140- PressReleaseContent * Auxiliary_Press_Release_Content `json:"pressReleaseContent,omitempty" xmlrpc:"pressReleaseContent,omitempty"`
141-
142- // The data a press release was published.
143- PublishDate * Time `json:"publishDate,omitempty" xmlrpc:"publishDate,omitempty"`
144-
145- // A press release's location.
146- ReleaseLocation * string `json:"releaseLocation,omitempty" xmlrpc:"releaseLocation,omitempty"`
147-
148- // A press release's sub-title.
149- SubTitle * string `json:"subTitle,omitempty" xmlrpc:"subTitle,omitempty"`
150-
151- // A press release's title.
152- Title * string `json:"title,omitempty" xmlrpc:"title,omitempty"`
153-
154- // Whether or not a press release is highlighted on the SoftLayer Website.
155- WebsiteHighlightFlag * bool `json:"websiteHighlightFlag,omitempty" xmlrpc:"websiteHighlightFlag,omitempty"`
156- }
157-
158- // no documentation yet
159- type Auxiliary_Press_Release_About struct {
160- Entity
161-
162- // A press release about's content.
163- Content * string `json:"content,omitempty" xmlrpc:"content,omitempty"`
164-
165- // A press release about's internal
166- Id * int `json:"id,omitempty" xmlrpc:"id,omitempty"`
167-
168- // A press release about's title.
169- Title * string `json:"title,omitempty" xmlrpc:"title,omitempty"`
170- }
171-
172- // no documentation yet
173- type Auxiliary_Press_Release_About_Press_Release struct {
174- Entity
175-
176- // A count of
177- AboutParagraphCount * uint `json:"aboutParagraphCount,omitempty" xmlrpc:"aboutParagraphCount,omitempty"`
178-
179- // no documentation yet
180- AboutParagraphs []Auxiliary_Press_Release_About `json:"aboutParagraphs,omitempty" xmlrpc:"aboutParagraphs,omitempty"`
181-
182- // A press release about cross
183- Id * int `json:"id,omitempty" xmlrpc:"id,omitempty"`
184-
185- // A press release about's internal
186- PressReleaseAboutId * int `json:"pressReleaseAboutId,omitempty" xmlrpc:"pressReleaseAboutId,omitempty"`
187-
188- // A count of
189- PressReleaseCount * uint `json:"pressReleaseCount,omitempty" xmlrpc:"pressReleaseCount,omitempty"`
190-
191- // A press release internal identifier.
192- PressReleaseId * int `json:"pressReleaseId,omitempty" xmlrpc:"pressReleaseId,omitempty"`
193-
194- // no documentation yet
195- PressReleases []Auxiliary_Press_Release `json:"pressReleases,omitempty" xmlrpc:"pressReleases,omitempty"`
196-
197- // The number that associated an about
198- SortOrder * int `json:"sortOrder,omitempty" xmlrpc:"sortOrder,omitempty"`
199- }
200-
201- // no documentation yet
202- type Auxiliary_Press_Release_Contact struct {
203- Entity
204-
205- // A press release contact's email
206- Email * string `json:"email,omitempty" xmlrpc:"email,omitempty"`
207-
208- // A press release contact's first name.
209- FirstName * string `json:"firstName,omitempty" xmlrpc:"firstName,omitempty"`
210-
211- // A press release contact's internal
212- Id * int `json:"id,omitempty" xmlrpc:"id,omitempty"`
213-
214- // A press release contact's last name.
215- LastName * string `json:"lastName,omitempty" xmlrpc:"lastName,omitempty"`
216-
217- // A press release contact's phone
218- Phone * string `json:"phone,omitempty" xmlrpc:"phone,omitempty"`
219-
220- // A press release contact's
221- ProfessionalTitle * string `json:"professionalTitle,omitempty" xmlrpc:"professionalTitle,omitempty"`
222- }
223-
224- // no documentation yet
225- type Auxiliary_Press_Release_Contact_Press_Release struct {
226- Entity
227-
228- // A count of
229- ContactCount * uint `json:"contactCount,omitempty" xmlrpc:"contactCount,omitempty"`
230-
231- // no documentation yet
232- Contacts []Auxiliary_Press_Release_Contact `json:"contacts,omitempty" xmlrpc:"contacts,omitempty"`
233-
234- // A press release contact cross
235- Id * int `json:"id,omitempty" xmlrpc:"id,omitempty"`
236-
237- // A press release contact's internal
238- PressReleaseContactId * int `json:"pressReleaseContactId,omitempty" xmlrpc:"pressReleaseContactId,omitempty"`
239-
240- // A count of
241- PressReleaseCount * uint `json:"pressReleaseCount,omitempty" xmlrpc:"pressReleaseCount,omitempty"`
242-
243- // A press release internal identifier.
244- PressReleaseId * int `json:"pressReleaseId,omitempty" xmlrpc:"pressReleaseId,omitempty"`
245-
246- // no documentation yet
247- PressReleases []Auxiliary_Press_Release `json:"pressReleases,omitempty" xmlrpc:"pressReleases,omitempty"`
248-
249- // The number that associated a contact
250- SortOrder * int `json:"sortOrder,omitempty" xmlrpc:"sortOrder,omitempty"`
251- }
252-
253- // no documentation yet
254- type Auxiliary_Press_Release_Content struct {
255- Entity
256-
257- // the id of a single press release
258- Id * int `json:"id,omitempty" xmlrpc:"id,omitempty"`
259-
260- // the press release id that the content
261- PressReleaseId * int `json:"pressReleaseId,omitempty" xmlrpc:"pressReleaseId,omitempty"`
262-
263- // the content of a press release
264- Text * string `json:"text,omitempty" xmlrpc:"text,omitempty"`
265- }
266-
267- // no documentation yet
268- type Auxiliary_Press_Release_Media_Partner struct {
269- Entity
270-
271- // A press release media partner's
272- Id * int `json:"id,omitempty" xmlrpc:"id,omitempty"`
273-
274- // A press release media partner's name.
275- Name * string `json:"name,omitempty" xmlrpc:"name,omitempty"`
276- }
277-
278- // no documentation yet
279- type Auxiliary_Press_Release_Media_Partner_Press_Release struct {
280- Entity
281-
282- // A press release media partner cross
283- Id * int `json:"id,omitempty" xmlrpc:"id,omitempty"`
284-
285- // A count of
286- MediaPartnerCount * uint `json:"mediaPartnerCount,omitempty" xmlrpc:"mediaPartnerCount,omitempty"`
287-
288- // A press release media partner's
289- MediaPartnerId * int `json:"mediaPartnerId,omitempty" xmlrpc:"mediaPartnerId,omitempty"`
290-
291- // no documentation yet
292- MediaPartners []Auxiliary_Press_Release_Media_Partner `json:"mediaPartners,omitempty" xmlrpc:"mediaPartners,omitempty"`
293-
294- // A count of
295- PressReleaseCount * uint `json:"pressReleaseCount,omitempty" xmlrpc:"pressReleaseCount,omitempty"`
296-
297- // A press release internal identifier.
298- PressReleaseId * int `json:"pressReleaseId,omitempty" xmlrpc:"pressReleaseId,omitempty"`
299-
300- // no documentation yet
301- PressReleases []Auxiliary_Press_Release `json:"pressReleases,omitempty" xmlrpc:"pressReleases,omitempty"`
302- }
303-
304114// The SoftLayer_Auxiliary_Shipping_Courier data type contains general information relating the different (major) couriers that SoftLayer may use for shipping.
305115type Auxiliary_Shipping_Courier struct {
306116 Entity
0 commit comments