Show / Hide Table of Contents

Class RemoveFleetInstallationSitesDetails

The list of Java installation sites to remove.

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

Properties

InstallationSites

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

The list of installation sites to remove.

Remarks

Required

In this article
Back to top