Skip to main content

AssetsDeleteParams

Namespace: Busy.Bar

Identifies whose assets should be deleted.

public sealed record class AssetsDeleteParams : System.IEquatable`1[[Busy.Bar.AssetsDeleteParams, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance Object → AssetsDeleteParams
Implements IEquatable<AssetsDeleteParams>
Attributes NullableContextAttribute, NullableAttribute

Properties

ApplicationName

Application ID whose assets should all be deleted.

public string ApplicationName { get; init; }

Property Value

String

Constructors

AssetsDeleteParams(String)

Identifies whose assets should be deleted.

public AssetsDeleteParams(string ApplicationName)

Parameters

ApplicationName String
Application ID whose assets should all be deleted.