summaryrefslogtreecommitdiffstats
path: root/testapi/testapi-client/testapiclient/models/pods.py
blob: 4fa42e77543a1220ba751db87d7080750b50056f (plain)
1
2
3
4
5
6
class PodCreateRequest(object):
    def __init__(self, name='', mode='', details='', role=''):
        self.name = name
        self.mode = mode
        self.details = details
        self.role = role