swagger_server.models.resource_update module

class swagger_server.models.resource_update.ResourceUpdate(urn: str = None, description: str = None)[source]

Bases: swagger_server.models.base_model_.Model

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

description

Gets the description of this ResourceUpdate.

Returns:The description of this ResourceUpdate.
Return type:str
classmethod from_dict(dikt) → swagger_server.models.resource_update.ResourceUpdate[source]

Returns the dict as a model

Parameters:dikt – A dict.
Type:dict
Returns:The resource_update of this ResourceUpdate. # noqa: E501
Return type:ResourceUpdate
urn

Gets the urn of this ResourceUpdate.

Returns:The urn of this ResourceUpdate.
Return type:str