Show / Hide Table of Contents

Class GenericRestApiAttributes

Generic rest api specific attributes.

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

Properties

ServerUrl

Declaration
[JsonProperty(PropertyName = "serverUrl")]
public string ServerUrl { get; set; }
Property Value
Type Description
string

The server URL serving operation.

In this article
Back to top