Class ModifiedApp
Inheritance
object
    ModifiedApp
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class ModifiedApp
  Properties
| Improve this Doc View SourceCreated
Declaration
[JsonProperty("created", Required = Required.Always)]
[Required]
public bool Created { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
Creator
Declaration
[JsonProperty("creator", Required = Required.Always)]
[Required]
public string Creator { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Id
Declaration
[JsonProperty("id", Required = Required.Always)]
[Required]
public ulong Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong |