Show / Hide Table of Contents

Class UpdateUrlListDetails

The request details to be updated in the URL List for the policy.

Inheritance
object
UpdateUrlListDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class UpdateUrlListDetails

Properties

Urls

Declaration
[Required(ErrorMessage = "Urls is required.")]
[JsonProperty(PropertyName = "urls")]
public List<UrlPattern> Urls { get; set; }
Property Value
Type Description
List<UrlPattern>

List of urls.

Remarks

Required

In this article
Back to top