Show / Hide Table of Contents

Class TextBasedEula

An end user license agreement that is provided as text.

Inheritance
object
Eula
TextBasedEula
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class TextBasedEula : Eula

Properties

LicenseText

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

The text of the end user license agreement.

In this article
Back to top