All of the boolean values aside from notify_only_broken_pipelines are already defined on the Service struct. the current SlackApplicationProperties just redeclares all the boolean properties and the SetSlackApplicationOptions doesn't declare almost all of what's in the properties attribute.
The current implementation does not support the json data structure returned from the
PUT
andGET
operations.Sample JSON from a
GET
call using:All of the boolean values aside from
notify_only_broken_pipelines
are already defined on theService
struct. the currentSlackApplicationProperties
just redeclares all the boolean properties and theSetSlackApplicationOptions
doesn't declare almost all of what's in theproperties
attribute.