ICodelessApiPollingDataConnector.ResponseIsGzipCompressed Property

Definition

Describes if the data in the response is Gzip

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

Property Value

Attributes

Applies to