Show / Hide Table of Contents

Class AgreementSummary

The model for a summary of an end user license agreement.

Inheritance
object
AgreementSummary
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 AgreementSummary

Properties

Author

Declaration
[JsonProperty(PropertyName = "author")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AgreementSummary.AuthorEnum? Author { get; set; }
Property Value
Type Description
AgreementSummary.AuthorEnum?

Who authored the agreement.

ContentUrl

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

The content URL of the agreement.

Id

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

The unique identifier for the agreement.

Prompt

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

Textual prompt to read and accept the agreement.

In this article
Back to top