Share via


ICodelessApiPollingDataConnector.ResponseIsGzipCompressed Property

Definition

Describes if the data in the response is Gzip

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Describes if the data in the response is Gzip", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isGzipCompressed")]
public bool? ResponseIsGzipCompressed { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="Describes if the data in the response is Gzip", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isGzipCompressed")>]
member this.ResponseIsGzipCompressed : Nullable<bool> with get, set
Public Property ResponseIsGzipCompressed As Nullable(Of Boolean)

Property Value

Attributes

Applies to