Skip to content

WebhookParametersProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new WebhookParametersProperty {
    object Identity = null,
    object Method = null,
    object Protocol = null,
    object Url = null
};

Properties

Name Type Description
Identity object No description.
Method object No description.
Protocol object No description.
Url object No description.

IdentityOptional

public object Identity { get; set; }
  • Type: object

MethodOptional

public object Method { get; set; }
  • Type: object

ProtocolOptional

public object Protocol { get; set; }
  • Type: object

UrlOptional

public object Url { get; set; }
  • Type: object