Skip to main content

RtServiceHookDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a service hook definition

public class RtServiceHookDto

Inheritance ObjectRtServiceHookDto

Properties

RtId

Returns the unique key of the service hook

public OctoObjectId RtId { get; set; }

Property Value

OctoObjectId

Enabled

Returns true if service hook is enabled

public bool Enabled { get; set; }

Property Value

Boolean

Name

Returns the name of service hook

public string Name { get; set; }

Property Value

String

QueryCkTypeId

The CK model entity id

public string QueryCkTypeId { get; set; }

Property Value

String

FieldFilter

Field filters

public string FieldFilter { get; set; }

Property Value

String

ServiceHookBaseUri

Gets or sets the base uri of the service hook service

public string ServiceHookBaseUri { get; set; }

Property Value

String

ServiceHookAction

Gets or sets the service hook action

public string ServiceHookAction { get; set; }

Property Value

String

ServiceHookApiKey

Gets or sets the service hook API key

public string ServiceHookApiKey { get; set; }

Property Value

String

Constructors

RtServiceHookDto()

public RtServiceHookDto()