Class BlocklistCollection
Results of a blocklist search that contain Blocklist records.
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class BlocklistCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<Blocklist> Items { get; set; }
Property Value
Type | Description |
---|---|
List<Blocklist> | The blocklist |
Remarks
Required