Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 404 Bytes

PutRevokeUserPermissionResponse.md

File metadata and controls

20 lines (14 loc) · 404 Bytes

Brevo::PutRevokeUserPermissionResponse

Properties

Name Type Description Notes
status String Status of the API operation.
credit_notes Array<String> Credit note [optional]

Example

require 'brevo'

instance = Brevo::PutRevokeUserPermissionResponse.new(
  status: OK,
  credit_notes: null
)