Skip to content

Latest commit

History

History
31 lines (22 loc) · 1.14 KB

File metadata and controls

31 lines (22 loc) · 1.14 KB

UpdateServiceAccountRequest

Properties

NameTypeDescriptionNotes
namestr[optional]
descriptionstr[optional]
scopesList[str][optional]

Example

fromplatform_api_python_client.models.update_service_account_requestimportUpdateServiceAccountRequest# TODO update the JSON string belowjson="{}"# create an instance of UpdateServiceAccountRequest from a JSON stringupdate_service_account_request_instance=UpdateServiceAccountRequest.from_json(json)
# print the JSON string representation of the objectprint(UpdateServiceAccountRequest.to_json())
# convert the object into a dictupdate_service_account_request_dict=update_service_account_request_instance.to_dict()
# create an instance of UpdateServiceAccountRequest from a dictupdate_service_account_request_from_dict=UpdateServiceAccountRequest.from_dict(update_service_account_request_dict)

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