forked from sim0n00ps/OF-DL
11 lines
224 B
C#
11 lines
224 B
C#
namespace OF_DL.Models.Entities.Common;
|
|
|
|
public class Dash
|
|
{
|
|
public string? CloudFrontPolicy { get; set; }
|
|
|
|
public string? CloudFrontSignature { get; set; }
|
|
|
|
public string? CloudFrontKeyPairId { get; set; }
|
|
}
|