Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1 KB

File metadata and controls

28 lines (19 loc) · 1 KB

AttackMetadataKeywordsInner

Properties

Name Type Description Notes

Example

from cyperf.models.attack_metadata_keywords_inner import AttackMetadataKeywordsInner

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

# convert the object into a dict
attack_metadata_keywords_inner_dict = attack_metadata_keywords_inner_instance.to_dict()
# create an instance of AttackMetadataKeywordsInner from a dict
attack_metadata_keywords_inner_from_dict = AttackMetadataKeywordsInner.from_dict(attack_metadata_keywords_inner_dict)

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