1/**
2 * Copyright 2016 IBM Corp.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 *    http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17/**
18 * AUTOMATICALLY GENERATED CODE - DO NOT MODIFY
19 */
20
21package datatypes
22
23// no documentation yet
24type Legal_RegulatedWorkload struct {
25	Entity
26
27	// no documentation yet
28	Account *Account `json:"account,omitempty" xmlrpc:"account,omitempty"`
29
30	// no documentation yet
31	AccountId *int `json:"accountId,omitempty" xmlrpc:"accountId,omitempty"`
32
33	// no documentation yet
34	EnabledFlag *bool `json:"enabledFlag,omitempty" xmlrpc:"enabledFlag,omitempty"`
35
36	// no documentation yet
37	Id *int `json:"id,omitempty" xmlrpc:"id,omitempty"`
38
39	// no documentation yet
40	Type *Legal_RegulatedWorkload_Type `json:"type,omitempty" xmlrpc:"type,omitempty"`
41
42	// no documentation yet
43	WorkloadTypeId *int `json:"workloadTypeId,omitempty" xmlrpc:"workloadTypeId,omitempty"`
44}
45
46// no documentation yet
47type Legal_RegulatedWorkload_Type struct {
48	Entity
49
50	// no documentation yet
51	Id *int `json:"id,omitempty" xmlrpc:"id,omitempty"`
52
53	// no documentation yet
54	KeyName *string `json:"keyName,omitempty" xmlrpc:"keyName,omitempty"`
55
56	// no documentation yet
57	Name *string `json:"name,omitempty" xmlrpc:"name,omitempty"`
58}
59