Struct sendgrid_api::subuser_monitor_settings::SubuserMonitorSettings [−][src]
pub struct SubuserMonitorSettings { pub client: Client, }
Fields
client: Client
Implementations
Retrieve monitor settings for a subuser.
This function performs a GET
to the /subusers/{subuser_name}/monitor
endpoint.
Update Monitor Settings for a subuser.
This function performs a PUT
to the /subusers/{subuser_name}/monitor
endpoint.
Create monitor settings.
This function performs a POST
to the /subusers/{subuser_name}/monitor
endpoint.
Delete monitor settings.
This function performs a DELETE
to the /subusers/{subuser_name}/monitor
endpoint.