共用方式為


ConfluentAgreementResource.Accepted Property

Definition

Gets or sets if any version of the terms have been accepted, otherwise false.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.accepted")]
public bool? Accepted { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.accepted")>]
member this.Accepted : Nullable<bool> with get, set
Public Property Accepted As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to