Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1023 Bytes

File metadata and controls

30 lines (21 loc) · 1023 Bytes

UpdateContactGroupVM

Properties

Name Type Description Notes
name str
subscription_id str [optional]

Example

from fastreport_cloud_sdk.models.update_contact_group_vm import UpdateContactGroupVM

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

# convert the object into a dict
update_contact_group_vm_dict = update_contact_group_vm_instance.to_dict()
# create an instance of UpdateContactGroupVM from a dict
update_contact_group_vm_form_dict = update_contact_group_vm.from_dict(update_contact_group_vm_dict)

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