You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Values this option accepts. Null when the option accepts any value of its type.
[optional]
value
str
Value currently in effect for the website.
[optional]
type
str
Whether the option takes a single value or a list of values.
[optional]
Example
fromhostinger_api.models.agency_hosting_v1_php_option_resourceimportAgencyHostingV1PhpOptionResource# TODO update the JSON string belowjson="{}"# create an instance of AgencyHostingV1PhpOptionResource from a JSON stringagency_hosting_v1_php_option_resource_instance=AgencyHostingV1PhpOptionResource.from_json(json)
# print the JSON string representation of the objectprint(AgencyHostingV1PhpOptionResource.to_json())
# convert the object into a dictagency_hosting_v1_php_option_resource_dict=agency_hosting_v1_php_option_resource_instance.to_dict()
# create an instance of AgencyHostingV1PhpOptionResource from a dictagency_hosting_v1_php_option_resource_from_dict=AgencyHostingV1PhpOptionResource.from_dict(agency_hosting_v1_php_option_resource_dict)