payloadLifespan/payloadLifetime and other name variants unified to Time To Live naming.
This commit is contained in:
@ -8,6 +8,6 @@
|
||||
|
||||
public string PayloadType { get; set; }
|
||||
|
||||
public int? PayloadLifetimeInSeconds { get; set; }
|
||||
public int? TimeToLiveInSeconds { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user