Show / Hide Table of Contents

Class UpdateHttpScriptFileDetails

JavaScript file details which is used to convert http(s) response into metric data

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

Properties

Content

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

Content of the JavaScript file as base64 encoded string

Name

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

Name of the script file

In this article
Back to top