You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final class ShoppingListSetDeleteDaysAfterLastModificationActionBuilder implements Builder
{
/**
* @var ?int
*/
private $deleteDaysAfterLastModification;
/**
* <p>Value to set. If not provided, the default value for this field configured in <a href="ctp:api:type:ShoppingListsConfiguration">Project settings</a> is assigned.</p>
*
* @return null|int
*/
public function getDeleteDaysAfterLastModification()
{
return $this->deleteDaysAfterLastModification;
}
/**
* @param ?int $deleteDaysAfterLastModification
* @return $this
*/
public function withDeleteDaysAfterLastModification(?int $deleteDaysAfterLastModification)