Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.39 KB

File metadata and controls

32 lines (23 loc) · 1.39 KB

ReachV1ProfilesProfileResourceProfilesInner

Properties

Name Type Description Notes
uuid str [optional]
domain str [optional]
created_at datetime [optional]
updated_at datetime [optional]

Example

from hostinger_api.models.reach_v1_profiles_profile_resource_profiles_inner import ReachV1ProfilesProfileResourceProfilesInner

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

# convert the object into a dict
reach_v1_profiles_profile_resource_profiles_inner_dict = reach_v1_profiles_profile_resource_profiles_inner_instance.to_dict()
# create an instance of ReachV1ProfilesProfileResourceProfilesInner from a dict
reach_v1_profiles_profile_resource_profiles_inner_from_dict = ReachV1ProfilesProfileResourceProfilesInner.from_dict(reach_v1_profiles_profile_resource_profiles_inner_dict)

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