Class ApplicationLogsResponse
Inheritance
object
    ApplicationLogsResponse
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class ApplicationLogsResponse
  Properties
| Improve this Doc View SourceApplicationId
Declaration
[JsonProperty("application-id", Required = Required.Always)]
[Required]
public ulong ApplicationId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
CurrentRound
Declaration
[JsonProperty("current-round", Required = Required.Always)]
[Required]
public ulong CurrentRound { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
LogData
Declaration
[JsonProperty("log-data", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<ApplicationLogData> LogData { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<T><ApplicationLogData> | 
NextToken
Declaration
[JsonProperty("next-token", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string NextToken { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |