Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.21 KB

FrontierServiceUpdateFeatureRequest.md

File metadata and controls

28 lines (20 loc) · 1.21 KB

FrontierServiceUpdateFeatureRequest

Properties

Name Type Description Notes
body V1beta1FeatureRequestBody [optional]

Example

from frontier_api.models.frontier_service_update_feature_request import FrontierServiceUpdateFeatureRequest

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

# convert the object into a dict
frontier_service_update_feature_request_dict = frontier_service_update_feature_request_instance.to_dict()
# create an instance of FrontierServiceUpdateFeatureRequest from a dict
frontier_service_update_feature_request_form_dict = frontier_service_update_feature_request.from_dict(frontier_service_update_feature_request_dict)

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