Show / Hide Table of Contents

Class FusionEnvironmentFamilyCollection

Results of a Fusion environment family search.

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

Properties

Items

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

A page of FusionEnvironmentFamilySummary objects.

Remarks

Required

In this article
Back to top