Represents an apply-property-update request payload.
public sealed record AxsgStudioApplyPropertyUpdateRequest(string? BuildUri, string? TargetTypeName, string? ElementId, string? PropertyName, string? PropertyValue, bool? RemoveProperty, bool? PersistChangesToSource, bool? WaitForHotReload, bool? FallbackToRuntimeApplyOnTimeout) : IEquatable<AxsgStudioApplyPropertyUpdateRequest>
kind:method, kind:property, kind:ctor. Press Esc to clear.AxsgStudioApplyPropertyUpdateRequest(String?, String?, String?, String?, String?, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)Represents an apply-property-update request payload.