Show / Hide Table of Contents

Class ServiceEnvironmentCollection

Collection of service environments.
Note: Service URL formats may vary from the provided example.

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

Properties

Items

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

Collection of items.

Remarks

Required

In this article
Back to top