Class AgreementSummary
The model for a summary of an end user license agreement.
Inherited Members
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. |