Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.05 KB

File metadata and controls

28 lines (19 loc) · 1.05 KB

AppsecAppMetadataKeywordsInner

Properties

Name Type Description Notes

Example

from cyperf.models.appsec_app_metadata_keywords_inner import AppsecAppMetadataKeywordsInner

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

# convert the object into a dict
appsec_app_metadata_keywords_inner_dict = appsec_app_metadata_keywords_inner_instance.to_dict()
# create an instance of AppsecAppMetadataKeywordsInner from a dict
appsec_app_metadata_keywords_inner_from_dict = AppsecAppMetadataKeywordsInner.from_dict(appsec_app_metadata_keywords_inner_dict)

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