dates property
dates property
Gets or sets an array of dates associated with an event in the life cycle of the resource.
Definition:
@property
def dates(self):
...
@dates.setter
def dates(self, value):
...
Gets or sets an array of dates associated with an event in the life cycle of the resource.
@property
def dates(self):
...
@dates.setter
def dates(self, value):
...