from office365.runtime.client_value import ClientValue


class ResourceData(ClientValue):
    """
    Represents the resource data attached to the change notification sent to the subscriber. This resource is an
    open type and allows other properties to be passed in.
    """
