Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.7 KB

RenderResponseWithMetadataArrayApiExploitChainPaginatePagination.md

File metadata and controls

31 lines (22 loc) · 1.7 KB

RenderResponseWithMetadataArrayApiExploitChainPaginatePagination

Properties

Name Type Description Notes
benchmark float [optional]
meta PaginatePagination [optional]
data List[ApiExploitChain] [optional]

Example

from vulncheck_sdk.models.render_response_with_metadata_array_api_exploit_chain_paginate_pagination import RenderResponseWithMetadataArrayApiExploitChainPaginatePagination

# TODO update the JSON string below
json = "{}"
# create an instance of RenderResponseWithMetadataArrayApiExploitChainPaginatePagination from a JSON string
render_response_with_metadata_array_api_exploit_chain_paginate_pagination_instance = RenderResponseWithMetadataArrayApiExploitChainPaginatePagination.from_json(json)
# print the JSON string representation of the object
print(RenderResponseWithMetadataArrayApiExploitChainPaginatePagination.to_json())

# convert the object into a dict
render_response_with_metadata_array_api_exploit_chain_paginate_pagination_dict = render_response_with_metadata_array_api_exploit_chain_paginate_pagination_instance.to_dict()
# create an instance of RenderResponseWithMetadataArrayApiExploitChainPaginatePagination from a dict
render_response_with_metadata_array_api_exploit_chain_paginate_pagination_from_dict = RenderResponseWithMetadataArrayApiExploitChainPaginatePagination.from_dict(render_response_with_metadata_array_api_exploit_chain_paginate_pagination_dict)

[Back to Model list] [Back to API list] [Back to README]