Show / Hide Table of Contents

Class OriginGroup

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

Properties

Origins

Declaration
[JsonProperty(PropertyName = "origins")]
public List<OriginGroup_origins> Origins { get; set; }
Property Value
Type Description
List<OriginGroup_origins>

The list of objects containing origin references and additional properties.

In this article
Back to top