CreatePostModel.Status Property

Definition

The status of the post

[System.Text.Json.Serialization.JsonPropertyName("status")]
public Azure.Connectors.Sdk.WordPress.Models.Status? Status { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("status")>]
member this.Status : Nullable<Azure.Connectors.Sdk.WordPress.Models.Status> with get, set
Public Property Status As Nullable(Of Status)

Property Value

Attributes

Applies to