MonthlySchedule#

class MonthlySchedule(days_of_month=None, *args, **kwargs)#

Bases: object

To repeat the schedule on a per Month basis.

Parameters:

days_of_month (required) – (days_of_month) A list of the days of the month on which snapshots should be taken.

property days_of_month#

A list of the days of the month on which snapshots should be taken.

Type:

list[ int ]

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model