Show / Hide Table of Contents

Class TargetIdsSelected

Target selection on basis of target IDs.

Inheritance
object
TargetSelected
TargetIdsSelected
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class TargetIdsSelected : TargetSelected

Properties

Values

Declaration
[JsonProperty(PropertyName = "values")]
public List<string> Values { get; set; }
Property Value
Type Description
List<string>

IDs of targets

In this article
Back to top